refactor(setting): split model dialogs into separate components
This commit is contained in:
@@ -124,3 +124,18 @@ export const IconMap = {
|
||||
[LLM_FACTORY_LIST.CometAPI]: 'cometapi',
|
||||
[LLM_FACTORY_LIST.DeerAPI]: 'deerapi',
|
||||
};
|
||||
|
||||
export const LocalLlmFactories: LLMFactory[] = [
|
||||
LLM_FACTORY_LIST.LocalAI,
|
||||
LLM_FACTORY_LIST.Ollama,
|
||||
LLM_FACTORY_LIST.LMStudio,
|
||||
LLM_FACTORY_LIST.Xinference,
|
||||
LLM_FACTORY_LIST.VLLM,
|
||||
LLM_FACTORY_LIST.OpenAiAPICompatible,
|
||||
LLM_FACTORY_LIST.TogetherAI,
|
||||
LLM_FACTORY_LIST.Replicate,
|
||||
LLM_FACTORY_LIST.OpenRouter,
|
||||
LLM_FACTORY_LIST.HuggingFace,
|
||||
LLM_FACTORY_LIST.GPUStack,
|
||||
LLM_FACTORY_LIST.ModelScope,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user