librechat.ai
librechat.ai copied to clipboard
feat: add COHERE_BASE_URL configuration for custom Cohere endpoints
Summary
- Add
COHERE_BASE_URLenvironment variable documentation to support custom Cohere endpoints - Update web search features documentation with custom endpoint configuration option
- Add
cohereApiUrlparameter to YAML configuration reference - Enables use of custom Cohere endpoints, LiteLLM proxies, or self-hosted Cohere-compatible APIs for reranking
Changes Made
- dotenv.mdx: Added
COHERE_BASE_URLenvironment variable to the Web Search section - web_search.mdx: Added step 6 to Cohere setup instructions for optional custom endpoint configuration
- web_search.mdx (YAML structure): Added
cohereApiUrlparameter with documentation
Use Cases
- Custom Cohere endpoint deployments
- LiteLLM proxy configurations for Cohere
- Self-hosted Cohere-compatible reranking services
- Corporate firewalls requiring proxy endpoints
Related
- Implements documentation for: https://github.com/danny-avila/LibreChat/pull/9544
🤖 Generated with Claude Code
@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.