Skip to content

Releases: senko/think

0.0.12

27 Mar 09:02

Choose a tag to compare

  • All model providers now accept extra keyword arguments passed through the model URL query string.
  • Fixed incorrect inferenceConfig assignment in the Bedrock provider.

0.0.11

24 Nov 16:15

Choose a tag to compare

Maintenance, mostly under the hood changes:

  • Added autogenerated API documentation
  • Updated test models for OpenAI, Ollama, Anthropic, Gemini, and Groq
  • Fixed type errors and improved type hints
  • Updated dependencies
  • Code quality improvements and style fixes

Add support for LiteLLM

16 Aug 14:36

Choose a tag to compare

What's Changed

  • Improve type hinting by @senko in #3
  • Improve docs and add missing tests by @senko in #4
  • Add support for LiteLLM by @senko in #5

0.0.9

03 Apr 15:55

Choose a tag to compare

Add support for PDF documents for OpenAI, Anthropic and Google models.

PDF document support requires the model to support it (not all models do).