Skip to content

Releases: lofcz/LlmTornado

3.1.26

22 Nov 19:28
Compare
Choose a tag to compare

Breaking changes

  • LlmTornado was refactored to drop enums.net dependency. Please install LlmTornado.Contrib to get back some FunctionCall helper methods.

Models

  • OpenAI: gpt-4o-2024-11-20

Features

  • Network-level safe APIs now expose the HttpContent of the outbound request and other details.
  • Strict JSON mode is now supported in Google APIs.
  • Library dependencies are now marked as ranges for increased compatibility.

3.0.18

16 Nov 14:39
Compare
Choose a tag to compare

Breaking changes

  • Audio endpoint (transcription, translation) is undergoing an extensive rework to bring it up to the chat endpoint standard.
  • Some of the old methods had the suffix Async removed.

Models

  • OpenAI: gpt-4o-audio-preview
  • Anthropic: claude-3-5-sonnet-20241022, claude-3-5-haiku-20241022
  • Groq: whisper-large-v3-turbo, distil-whisper-large-v3-en, whisper-large-v3

Features

  • Chat audio modality is now fully supported, including streaming, smart compression. All modes (audio in, text out; text in, audio out; audio in, audio out; mixed) are supported.
  • Mapped missing bits from OpenAI, including new usage details, store and metadata fields.
  • Extensive audio rework, see the new demos for more details.

3.1.5

19 Jul 03:45
71a8635
Compare
Choose a tag to compare

Fixes

  • Conversation.StreamResponse - fixed yielding one time more than necessary

Features

  • OpenAI: gpt4-o-mini
  • Groq: gemma2, mixtral7x8, llama3
  • Cohere: embedding extensions (input type, truncation method)
  • Anthropic: claude-3-5-sonnet

3.1.0

15 Jun 21:19
6110b70
Compare
Choose a tag to compare

Breaking changes:

  • ChatModel.Cohere.CommandRPlus -> ChatModel.Cohere.Claude3.CommandRPlus

Features

  • Support Google Gemini models (text, [parallel] tools, streaming).
  • Improve performance when dealing with rich responses (images).
  • Support missing Cohere models: command, command-nightly, command-light, and command-light-nightly.

3.0.17

08 Jun 17:19
Compare
Choose a tag to compare
  • fix parallel tool calls setting

3.0.16

08 Jun 12:37
Compare
Choose a tag to compare
  • improved Anthropic streaming
  • support disabling parallel tools calling

3.0.13

20 May 06:17
1f4296c
Compare
Choose a tag to compare
  • support mid-conversation Provider switching