This commit is contained in:
2025-07-22 17:48:45 +08:00
parent ba607bd441
commit 2f6d583ebf
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -26,7 +26,9 @@ export class ChatPanel extends Component {
model: "Deepseek-reasoner",
messages: [{ role: "user", content: str }],
temperature: 0.8,
id: ChatGPTService.getInstance().GetId(),
});
console.log(ret);
const rep = ret.choices[0].message.content;
if (rep == null) {