@@ -68,7 +68,7 @@ Workspaces are groups of chat settings tailored towards specific use cases. You
6868
6969** Type** : String<br />
7070** Default value** : N/A<br />
71- ** Description** : Name of the chosen embeddings provider. Must be one of: ` "openAi" ` , ` "azureOpenAi" ` , ` "mistral" ` , ` "gemini" ` , or ` "vLlm" `
71+ ** Description** : Name of the chosen embeddings provider. Must be one of: ` "openAi" ` , ` "azureOpenAi" ` , ` "mistral" ` , or ` "vLlm" `
7272
7373#### ` orgId `
7474
@@ -245,7 +245,7 @@ If a workspace does not exist, querying this endpoint will create it.
245245
246246| Name | Type | Description |
247247| :---------------- | :----- | :---------------------------------------------------------------------------- |
248- | [ ` source ` ] ( #source ) | String | LLM source: ` "openAi" ` , ` "azureOpenAi" ` , ` "mistral" ` , ` "gemini" ` , or ` "vLlm" ` |
248+ | [ ` source ` ] ( #source ) | String | LLM source: ` "openAi" ` , ` "azureOpenAi" ` , ` "mistral" ` , or ` "vLlm" ` |
249249| [ ` orgId ` ] ( #orgid ) | String | Organization ID for the LLM provider |
250250| [ ` projectId ` ] ( #projectid ) | String | Project ID for the LLM provider |
251251| [ ` apiVersion ` ] ( #apiversion ) | String | API version for the LLM provider |
@@ -331,20 +331,6 @@ curl \
331331 }'
332332```
333333
334- ``` bash gemini
335- curl \
336- -X PATCH ' http://localhost:7700/chats/customer-support/settings' \
337- -H ' Authorization: Bearer MEILISEARCH_KEY' \
338- -H ' Content-Type: application/json' \
339- --data-binary ' {
340- "source": "gemini",
341- "apiKey": "your-gemini-api-key",
342- "prompts": {
343- "system": "You are a helpful customer support assistant."
344- }
345- }'
346- ```
347-
348334``` bash vLlm
349335curl \
350336 -X PATCH ' http://localhost:7700/chats/customer-support/settings' \
0 commit comments