|
@@ -106,6 +106,11 @@ def list_models():
|
|
|
'model_name': chat_service.VOLCENGINE_MODEL_DOUBAO_PRO_1_5,
|
|
|
'display_name': '豆包Pro 1.5'
|
|
|
},
|
|
|
+ {
|
|
|
+ 'model_type': 'openai_compatible',
|
|
|
+ 'model_name': chat_service.VOLCENGINE_BOT_DEEPSEEK_V3_SEARCH,
|
|
|
+ 'display_name': 'DeepSeek V3联网 on 火山'
|
|
|
+ },
|
|
|
]
|
|
|
return wrap_response(200, data=models)
|
|
|
|