mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 06:55:56 +08:00
fix OpenRouter add bug and the way to add OpenRouter model (#2364)
### What problem does this PR solve? #2359 fix OpenRouter add bug and the way to add OpenRouter model ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
This commit is contained in:
parent
22c5affacc
commit
d6e6c530d7
File diff suppressed because it is too large
Load Diff
@ -17,4 +17,13 @@ export const UserSettingIconMap = {
|
||||
|
||||
export * from '@/constants/setting';
|
||||
|
||||
export const LocalLlmFactories = ['Ollama', 'Xinference','LocalAI','LM-Studio',"OpenAI-API-Compatible",'TogetherAI','Replicate'];
|
||||
export const LocalLlmFactories = [
|
||||
'Ollama',
|
||||
'Xinference',
|
||||
'LocalAI',
|
||||
'LM-Studio',
|
||||
'OpenAI-API-Compatible',
|
||||
'TogetherAI',
|
||||
'Replicate',
|
||||
'OpenRouter',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user