You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to create a new Anthropic agent with the latest model, I received this error:
⚠️ Error: The provided configuration does not result in a working agent. The following error was encountered when trying to talk to the agent API:
Failed to parse model ID: claude-3-5-sonnet-20241022
I was only able to successfully create an agent using the model: claude-3-5-sonnet-20240620
agent yaml:
base_url: https://api.anthropic.com/v1api_key: <API_KEY>text_generation:
model_id: claude-3-5-sonnet-20241022prompt: 'You are a brief, but helpful bot called {{ baibot_name }} powered by the {{ baibot_model_id }} model. The date/time of this conversation''s start is: {{ baibot_conversation_start_time_utc }}.'temperature: 1.0max_response_tokens: 8192max_context_tokens: 204800
The text was updated successfully, but these errors were encountered:
This recently came up in our Matrix room. I'll psot the answer here as well.
The library we use for Anthropic integration (anthropic-rs) is strongly typed and only supports the following model variants.
This is a bit unfortunate. You may be able to report the issue here - either requesting an additional variant or requesting support for a "custom" variant or some other sort of flexibility like this.
When attempting to create a new Anthropic agent with the latest model, I received this error:
I was only able to successfully create an agent using the model:
claude-3-5-sonnet-20240620
agent yaml:
The text was updated successfully, but these errors were encountered: