mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
AIX: only stream 'conversation' messages in dev mode
This commit is contained in:
@@ -560,7 +560,7 @@ async function _aixChatGenerateContent_LL(
|
||||
streaming: getLabsDevNoStreaming() ? false : aixStreaming, // [DEV] disable streaming if set in the UX (testing)
|
||||
...(getLabsDevMode() && {
|
||||
connectionOptions: {
|
||||
debugDispatchRequestbody: true, // [DEV] Debugging the request without requiring a server restart
|
||||
debugDispatchRequestbody: aixContext.name === 'conversation', // [DEV] Debugging the request without requiring a server restart
|
||||
},
|
||||
}),
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user