refactor: 移除默认 gpt-4o 模型,模型字段改为手动输入并列出可选视觉模型

This commit is contained in:
2026-07-18 18:23:13 +08:00
parent 8f7276ca1d
commit 26c6ad2c50
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ npm run dist
支持兼容 OpenAI Chat Completions 格式的任意多模态模型:
- 默认接口:`https://api.siliconflow.cn/v1/chat/completions`
- 默认模型:`gpt-4o`
- 默认模型:用户手动配置
- 返回格式:结构化 JSON(评分、置信度、扣分明细、评语)
---