1.0.0b9 (2025-02-14)
Features Added
- Added support for chat completion messages with
developer
role. - Updated package document with an example of how to set custom HTTP request headers,
and an example of providing chat completion "messages" as an array of Pythondict
objects. - Add a descriptive Exception error message when
load_client
function or
get_model_info
method fails to run on an endpoint that does not support the/info
route.
Bugs Fixed
- Fix for Exception raised while parsing Chat Completions streaming response, in some rare cases, for
multibyte UTF-8 languages like Chinese (GitHub Issue 39565).