What's Changed
- Support for provider prefixes by @haesleinhuepf in #591
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 ofgpt-4o
anthropic:claude-3-5-sonnet-20241022
instead of claude-3-5-sonnet-20241022google:gemini-1.5-pro-002
instead ofgemini-1.5-pro-002
mistral:mistral-large-2411
instead ofmistral-large-2411
Yet, model names without prefix work as before. This may change in future versions. Consider updating theGIT_BOB_LLM_NAME
secret in your repository and the provider to the model name.
Full Changelog: 0.18.1...0.19.0