mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复vLLM显示名称
This commit is contained in:
parent
4f58081f6c
commit
7360779002
|
|
@ -40,7 +40,7 @@ class VllmModelProvider(IModelProvider):
|
|||
return model_info_manage
|
||||
|
||||
def get_model_provide_info(self):
|
||||
return ModelProvideInfo(provider='model_vllm_provider', name='vllm', icon=get_file_content(
|
||||
return ModelProvideInfo(provider='model_vllm_provider', name='vLLM', icon=get_file_content(
|
||||
os.path.join(PROJECT_DIR, "apps", "setting", 'models_provider', 'impl', 'vllm_model_provider', 'icon',
|
||||
'vllm_icon_svg')))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue