diff --git a/content/docs/configuration/librechat_yaml/object_structure/web_search.mdx b/content/docs/configuration/librechat_yaml/object_structure/web_search.mdx index 9716c77f8..1f0bf81a1 100644 --- a/content/docs/configuration/librechat_yaml/object_structure/web_search.mdx +++ b/content/docs/configuration/librechat_yaml/object_structure/web_search.mdx @@ -39,6 +39,7 @@ webSearch: jinaApiKey: "${JINA_API_KEY}" jinaApiUrl: "${JINA_API_URL}" cohereApiKey: "${COHERE_API_KEY}" + cohereApiUrl: "${COHERE_API_URL}" rerankerType: "jina" # Options: "jina", "cohere", "none" # General Settings @@ -417,6 +418,16 @@ webSearch: **Note:** Get your API key from [Cohere Dashboard](https://dashboard.cohere.com/welcome/login) +### cohereApiUrl + + + +**Note:** This is optional and only needed if you're using a Cohere-compatible endpoint such as Azure AI Foundry's serverless deployments. Defaults to `https://api.cohere.com/v2/rerank`. + ### rerankerType