Add files via upload

This commit is contained in:
公明
2026-05-06 20:50:28 +08:00
committed by GitHub
parent b28f9c25f8
commit debe967272
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -886,7 +886,7 @@ func (h *ConfigHandler) TestOpenAI(c *gin.Context) {
"messages": []map[string]string{
{"role": "user", "content": "Hi"},
},
"max_tokens": 5,
"max_completion_tokens": 5,
}
// 使用内部 openai Client 进行测试,若 provider 为 claude 会自动走桥接层