64bit / async-openai

Rust library for OpenAI
https://docs.rs/async-openai
MIT License
1.17k stars 178 forks source link

add deserialization for OpenAIConfig and AzureConfig #108

Closed ifsheldon closed 1 year ago

ifsheldon commented 1 year ago

This should close #107. Arguably, the deserialization uses Default when a field is not given during deserialization and thus is too permissive. As far as I know, Azure APIs needs all fields in AzureConfig to be valid ones, but the defaults are not.

64bit commented 1 year ago

This is released in v0.14.2