mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 08:25:23 +02:00
fix: simplified override
This commit is contained in:
parent
1ddc3777b6
commit
868df81574
1 changed files with 1 additions and 3 deletions
|
|
@ -1826,9 +1826,7 @@ export const CohereConstants = {
|
|||
* Cohere API Endpoint, for special handling
|
||||
* Uses COHERE_API_URL environment variable if set, otherwise defaults to official API
|
||||
*/
|
||||
get API_URL(): string {
|
||||
return process.env.COHERE_API_URL || 'https://api.cohere.ai/v1';
|
||||
},
|
||||
API_URL: process.env.COHERE_API_URL || 'https://api.cohere.ai/v1',
|
||||
/**
|
||||
* Role for "USER" messages
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue