Do not pass stream_options param to AzureOpenai
Closed this issue · 3 comments
jackmpcollins commented
According to usage in https://github.com/borh/hachidaishu-translation , AzureOpenAI
does yet support stream_options
which is used to request usage info from OpenAI. For the moment this should be left unset when using the AzureOpenAI
client.
Related issues
cc @borh
borh commented
Thanks! I tried your PR against my code without the workaround and it worked.
jackmpcollins commented
jackmpcollins commented
@borh The fix is released now in https://github.com/jackmpcollins/magentic/releases/tag/v0.28.0 Please let me know how that works for you