Skip to content

v0.65.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 19:59
· 9 commits to main since this release
f73e683

PromptingTools v0.65.0

Diff since v0.64.0

Breaking

  • Changed the official ENV variable for MistralAI API from MISTRALAI_API_KEY to MISTRAL_API_KEY to be compatible with the Mistral docs.

Added

  • Added a new Gemini Experimental model from November 2024 (gemini-exp-1121 with alias gemexp).
  • 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 and get_last for more information.

Updated

  • Changed the ENV variable for MistralAI API from MISTRALAI_API_KEY to MISTRAL_API_KEY to be compatible with the Mistral docs.

Commits

Merged pull requests:

  • [Breaking] Renamed MISTRALAI to MISTRAL everywhere (#231) (@Sixzero)
  • update Google Gemini model (#237) (@svilupp)
  • feat: Add ConversationMemory and enhance AnnotationMessage (#238) (@devin-ai-integration[bot])
  • Export ConversationMemory (#246) (@svilupp)