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
+2 -2
View File
@@ -268,8 +268,8 @@ func (h *FofaHandler) ParseNaturalLanguage(c *gin.Context) {
{"role": "system", "content": systemPrompt},
{"role": "user", "content": userPrompt},
},
"temperature": 0.1,
"max_tokens": 1200,
"temperature": 0.1,
"max_completion_tokens": 12000,
}
// OpenAI 返回结构:只需要 choices[0].message.content