Releases: community-of-python/any-llm-client
Releases · community-of-python/any-llm-client
2.1.0
2.0.0
1.3.0
What's Changed
The most significant change is moving to Niquests. It means that generally requests will be faster. It also means that extra keyword arguments passed to any_llm_client.get_client()
have to be rewritten for Niquests.
- Remove noqa comments from examples by @vrslev in #9
- Update ruff by @vrslev in #10
- Use niquests by @vrslev in #7
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0
What's Changed
- Ask for
**httpx_kwargs
, nothttpx_client
by @vrslev in #1 - Allow to use credentials from environment variables by @vrslev in #2
- Add mesage shortcuts SystemMessage, UserMessage, AssistantMessage by @vrslev in #3
- Make MessageRole an enum by @vrslev in #4
- Add discriminator (
api_type
) toAnyLLMConfig
to improve integration with Pydantic Settings by @vrslev in #5
New Contributors
Full Changelog: 1.0.2...1.1.0
1.0.2
1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
First stable release!
Full Changelog: 0.4.0...1.0.0
0.4.0
Full Changelog: 0.3.0...0.4.0
0.3.0
Still preparing...
Full Changelog: 0.2.0...0.3.0