Option to disable streaming in chat? #1951
chrisgrieser
started this conversation in
Ideas
Replies: 1 comment
-
Ah, it's not in the docs, but searching through the adapter helped me figuring it out: return require("codecompanion.adapters").extend("openai", {
opts = { stream = false },
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The GPT-5 models annoyingly require organizational verification when used for streaming:
Is it possible to disable streaming for chat to avoid this? Streaming is just a nice output effect, which I can totally live without.
Beta Was this translation helpful? Give feedback.
All reactions