Skip to content

v0.100.0

Compare
Choose a tag to compare
@lgrammel lgrammel released this 17 Dec 19:47

v0.100.0 - 2023-12-17

Added

  • ollama.ChatTextGenerator model that calls the Ollama chat API.
  • Ollama chat messages and prompts are exposed through ollama.ChatMessage and ollama.ChatPrompt
  • OpenAI chat messages and prompts are exposed through openai.ChatMessage and openai.ChatPrompt
  • Mistral chat messages and prompts are exposed through mistral.ChatMessage and mistral.ChatPrompt

Changed

  • breaking change: renamed ollama.TextGenerator to ollama.CompletionTextGenerator
  • breaking change: renamed mistral.TextGenerator to mistral.ChatTextGenerator