Skip to content

v0.63.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 21:47
· 429 commits to main since this release

PromptingTools v0.63.0

Diff since v0.62.1

Added

  • Added support for Google's Gemini API via OpenAI compatibility mode (GoogleOpenAISchema). Use model aliases gem15p (Gemini 1.5 Pro), gem15f (Gemini 1.5 Flash), and gem15f8 (Gemini 1.5 Flash 8b). Set your ENV api key GOOGLE_API_KEY to use it.
  • Thanks to @Sixzero, added support for Google Flash via OpenRouter and Qwen 72b models.

Commits

Merged pull requests:

  • Gwen 72B and open-router Google Flash added. (#232) (@Sixzero)
  • Add GoogleOpenAISchema with comprehensive test logging (#234) (@devin-ai-integration[bot])