Skip to content

0.19.0

Latest
Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 16 Feb 10:54
3f15450

What's Changed

Deprecation message

With this change, model names without provider: prefixes are deprecated. It is recommended to use providers in model specifications such as

  • openai:gpt-4o instead of gpt-4o
  • anthropic:claude-3-5-sonnet-20241022 instead of claude-3-5-sonnet-20241022
  • google:gemini-1.5-pro-002 instead of gemini-1.5-pro-002
  • mistral:mistral-large-2411 instead of mistral-large-2411
    Yet, model names without prefix work as before. This may change in future versions. Consider updating the GIT_BOB_LLM_NAME secret in your repository and the provider to the model name.

Full Changelog: 0.18.1...0.19.0