Browse Source

增加多模态接口配置项

jiaqiang 3 days ago
parent
commit
518b511f55
1 changed files with 5 additions and 1 deletions
  1. 5 1
      llmops/config.py

+ 5 - 1
llmops/config.py

@@ -114,4 +114,8 @@ deepseek_v3_model = {
     "name": "deepseek-chat",
     "api_key": DEEPSEEK_API_KEY,
     "base_url": DEEPSEEK_BASE_URL
-}
+}
+
+
+# 多模型接口地址
+multimodal_api_url = "http://103.154.31.78:20012/api/file/read"