open api comp config reordered
This commit is contained in:
parent
fc865df48e
commit
3fc641dea4
1 changed files with 7 additions and 7 deletions
|
|
@ -46,13 +46,6 @@ export const openAICompConfigs = [
|
|||
host: 'https://api.mistral.ai',
|
||||
use_v1: true,
|
||||
},
|
||||
{
|
||||
id: 'perplexity',
|
||||
name: 'Perplexity API',
|
||||
chat_name: 'Perplexity',
|
||||
host: 'https://api.perplexity.ai',
|
||||
use_v1: true,
|
||||
},
|
||||
{
|
||||
id: 'openrouter',
|
||||
name: 'OpenRouter API',
|
||||
|
|
@ -60,4 +53,11 @@ export const openAICompConfigs = [
|
|||
host: 'https://openrouter.ai/api',
|
||||
use_v1: true,
|
||||
},
|
||||
{
|
||||
id: 'perplexity',
|
||||
name: 'Perplexity API',
|
||||
chat_name: 'Perplexity',
|
||||
host: 'https://api.perplexity.ai',
|
||||
use_v1: true,
|
||||
},
|
||||
];
|
||||
Loading…
Reference in a new issue