fix: Fix Cohere base url
This commit is contained in:
parent
86c7122f90
commit
7bee282875
@ -141,7 +141,7 @@ export const predefinedProviders = [
|
|||||||
{
|
{
|
||||||
active: true,
|
active: true,
|
||||||
api_key: '',
|
api_key: '',
|
||||||
base_url: 'https://api.cohere.ai/compatibility/v1',
|
base_url: 'https://api.cohere.ai/v1',
|
||||||
explore_models_url: 'https://docs.cohere.com/v2/docs/models',
|
explore_models_url: 'https://docs.cohere.com/v2/docs/models',
|
||||||
provider: 'cohere',
|
provider: 'cohere',
|
||||||
settings: [
|
settings: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user