mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 05:36:39 +08:00
azure 504 issue test
This commit is contained in:
parent
330687d647
commit
9d85608239
@ -311,8 +311,8 @@ export class ChatGPTApi implements LLMApi {
|
||||
delta: {
|
||||
content: string;
|
||||
tool_calls: ChatMessageTool[];
|
||||
reasoning_content: string | null;
|
||||
reasoning: string | null;
|
||||
reasoning_content?: string | null;
|
||||
reasoning?: string | null;
|
||||
};
|
||||
}>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user