OpenRouter API config added. see #401
This commit is contained in:
parent
f4529c0994
commit
fc865df48e
1 changed files with 7 additions and 0 deletions
|
|
@ -53,4 +53,11 @@ export const openAICompConfigs = [
|
||||||
host: 'https://api.perplexity.ai',
|
host: 'https://api.perplexity.ai',
|
||||||
use_v1: true,
|
use_v1: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'openrouter',
|
||||||
|
name: 'OpenRouter API',
|
||||||
|
chat_name: 'OpenRouter',
|
||||||
|
host: 'https://openrouter.ai/api',
|
||||||
|
use_v1: true,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
Loading…
Reference in a new issue