mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-25 18:26:48 +08:00
fix image query error!
This commit is contained in:
@@ -246,7 +246,7 @@ export class ChatGPTApi implements LLMApi {
|
||||
delta: { content: string };
|
||||
}>;
|
||||
const delta = choices[0]?.delta?.content;
|
||||
const textmoderation = json?.prompt_filter_results;
|
||||
const textmoderation = json?.content_filter_results;
|
||||
|
||||
if (delta) {
|
||||
remainText += delta;
|
||||
|
||||
Reference in New Issue
Block a user