mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 22:43:42 +08:00
azure 504 issue test
This commit is contained in:
@@ -311,8 +311,8 @@ export class ChatGPTApi implements LLMApi {
|
|||||||
delta: {
|
delta: {
|
||||||
content: string;
|
content: string;
|
||||||
tool_calls: ChatMessageTool[];
|
tool_calls: ChatMessageTool[];
|
||||||
reasoning_content: string | null;
|
reasoning_content?: string | null;
|
||||||
reasoning: string | null;
|
reasoning?: string | null;
|
||||||
};
|
};
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user