feat: support Xinference (#319)
### What problem does this PR solve? support xorbitsai inference as model provider Issue link:#299 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -382,13 +382,14 @@ export default {
|
||||
upgrade: '升级',
|
||||
addLlmTitle: '添加 LLM',
|
||||
modelName: '模型名称',
|
||||
modelUid: '模型UID',
|
||||
modelType: '模型类型',
|
||||
addLlmBaseUrl: '基础 Url',
|
||||
vision: '是否支持 Vision',
|
||||
modelNameMessage: '请输入模型名称!',
|
||||
modelTypeMessage: '请输入模型类型!',
|
||||
baseUrlNameMessage: '请输入基础 Url!',
|
||||
ollamaLink: '如何集成 Ollama',
|
||||
ollamaLink: '如何集成 {{name}}',
|
||||
},
|
||||
message: {
|
||||
registered: '注册成功',
|
||||
|
||||
Reference in New Issue
Block a user