mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 02:56:39 +08:00
const shouldStream = !isDalle3 && !!options.config.stream;
This commit is contained in:
parent
1c22f9beba
commit
056de22753
@ -258,7 +258,7 @@ export class ChatGPTApi implements LLMApi {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const shouldStream = !!options.config.stream;
|
const shouldStream = !isDalle3 && !!options.config.stream;
|
||||||
const controller = new AbortController();
|
const controller = new AbortController();
|
||||||
options.onController?.(controller);
|
options.onController?.(controller);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user