v0.65.0
PromptingTools v0.65.0
Breaking
- Changed the official ENV variable for MistralAI API from
MISTRALAI_API_KEY
toMISTRAL_API_KEY
to be compatible with the Mistral docs.
Added
- Added a new Gemini Experimental model from November 2024 (
gemini-exp-1121
with aliasgemexp
). - Added a new
AnnotationMessage
type for keeping human-only information in the message changes. See?annotate!
on how to use it. - Added a new
ConversationMemory
type (exported) to enable long multi-turn conversations with a truncated memory of the conversation history. Truncation works in "batches" to not prevent caching. See?ConversationMemory
andget_last
for more information.
Updated
- Changed the ENV variable for MistralAI API from
MISTRALAI_API_KEY
toMISTRAL_API_KEY
to be compatible with the Mistral docs.
Commits
Merged pull requests: