We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3161942 commit ffa46c6Copy full SHA for ffa46c6
core/cat/factory/embedder.py
@@ -66,7 +66,7 @@ class EmbedderOpenAICompatibleConfig(EmbedderSettings):
66
"humanReadableName": "OpenAI-compatible API embedder",
67
"description": "Configuration for OpenAI-compatible API embeddings",
68
"link": "",
69
- "model: "",
+ "model": "",
70
}
71
)
72
0 commit comments