docs: document cohereApiUrl/COHERE_API_URL for web search reranker - #753
docs: document cohereApiUrl/COHERE_API_URL for web search reranker#753busla wants to merge 1 commit into
Conversation
Documents the new cohereApiUrl config field and COHERE_API_URL env var (danny-avila/LibreChat#15518, danny-avila/agents#498) for pointing the Cohere reranker at a Cohere-compatible endpoint, e.g. a self-hosted LiteLLM proxy. Mirrors the existing jinaApiUrl/JINA_API_URL docs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VsjKxPvN8aHBYmggXGqNuL
|
@busla is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The failing `analyze` check isn't related to this PR's content — the bundle analysis itself succeeded ("This PR introduced no changes to the JavaScript bundle!"), but the follow-up step that posts that result as a comment ( That's the standard fork-PR limitation: workflows triggered by Flagging so it doesn't block review of the docs change itself. 🤖 Generated with Claude Code |
Summary
Documents the new
cohereApiUrlconfig field /COHERE_API_URLenv var for the web search reranker, mirroring the existingjinaApiUrl/JINA_API_URLdocumentation:content/docs/configuration/librechat_yaml/object_structure/web_search.mdx— YAML example + property reference tablecontent/docs/features/web_search.mdx— env var setup + YAML examplecontent/docs/configuration/dotenv.mdx— env var reference tableThis documents the feature added in danny-avila/LibreChat#15518 and danny-avila/agents#498, which lets the Cohere reranker point at a Cohere-compatible endpoint (e.g. a self-hosted LiteLLM proxy) instead of
api.cohere.com.English-only change, per this repo's localization convention (other languages are handled by translation automation).
🤖 Generated with Claude Code