v0.0.20 2025-01-23
What's Changed
- Add missing
allow_model_requests
check by @YanSte in #697 - Improve Algolia indexing by @petyosi in #721
- Add support for Cohere models by @rafidka in #203
- Add
model_name
toModelResponse
by @sydney-runkle in #701 - Adding
'deepseek-r1'
to the list of Ollama Model Names by @izzyacademy in #735 - Test minimum versions by @samuelcolvin in #743
- Fix handling of OpenAI system prompts in order to support
o1
by @sydney-runkle in #740 - Removing
from_text
andfrom_tool_call
utilities that complicate snapshot testing by @sydney-runkle in #744 - Add support for controlling direction of state diagram generated by Mermaid code by @izzyacademy in #716
- Increase default
IsNow()
delta by @dmontagu in #746 - Auto-use the
set_event_loop
fixture by @dmontagu in #747 - Make non-required parameters not required by @dmontagu in #742
- Improve variance of classes by @dmontagu in #726
- Support
parallel_tool_calls
inModelSettings
by @sydney-runkle in #750 - Add support for
user
role system promptso1-preview-2024-09-12
by @siavashg in #754 - Anthropic streaming support by @piercefreeman in #684
- Fix an issue with retry counting by @dmontagu in #749
New Contributors
- @rafidka made their first contribution in #203
- @hrahmadi71 made their first contribution in #753
- @siavashg made their first contribution in #754
- @piercefreeman made their first contribution in #684
Full Changelog: v0.0.19...v0.0.20