mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 13:46:37 +08:00
Update openai.ts
This commit is contained in:
parent
bb5b93e562
commit
8d1b65e24f
@ -312,6 +312,7 @@ export class ChatGPTApi implements LLMApi {
|
|||||||
content: string;
|
content: string;
|
||||||
tool_calls: ChatMessageTool[];
|
tool_calls: ChatMessageTool[];
|
||||||
reasoning_content: string | null;
|
reasoning_content: string | null;
|
||||||
|
reasoning: string | null;
|
||||||
};
|
};
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user