Integrate StreamCallbacks.jl for streaming#72
Conversation
|
@roryl23 what do you think? |
|
@svilupp I'll take a look! Sorry about the delay |
|
I keep getting even when I've added changes to override the |
|
I'll look at it tonight. It basically says that the response from the server is not SSE/not parseable, so I rather fail. It's usually driven by:
I'm not sure why all tests passed fine for me and not for you though. EDIT: Now I see that the error message explains that at the bottom -- I added that because it was a common error. |
Co-authored-by: roryl23 <2692329+roryl23@users.noreply.github.com>
|
Thanks, but gpt-5-mini supports streaming without a problem -> Is there something special about your API key / OpenAI org? For debugging, the callbacks have a parameter Can you perhaps try again if it was an OpenAI glitch? |
Closes #65
This PR:
configure_callback!helper and extendcreate_chatto support custom providers and StreamCallbacksOther minor things:
Tests pass and examples execute as expected.