-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Default Models Anthropic/Bedrock #1770
Conversation
1dbdb27
to
79127e9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
554dd51
to
3539000
Compare
@@ -28,7 +28,7 @@ def on_after_run(_: BaseTask) -> None: | |||
agent = Agent( | |||
tasks=[ | |||
PromptTask( | |||
prompt_driver=AnthropicPromptDriver(model="claude-3-5-sonnet-20240620", max_attempts=0), | |||
prompt_driver=AnthropicPromptDriver(model="claude-3-7-sonnet-latest", max_attempts=0), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could Griptape provide some managed Enums that point to latest/default models? I imagine someone building off this example but wanting to get the latest X.Y sonnet model when Griptape updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably the better long term approach. And if users want the latest defaults, they should use Driver Configs.
…t driver, embedding driver, image generation driver
3539000
to
c58c659
Compare
Describe your changes
Updates default models in Driver Configs.
BEGIN_COMMIT_OVERRIDE
feat(drivers): update default models to latest for Anthropic/Bedrock Driver Configs
END_COMMIT_OVERRIDE
Issue ticket number and link
Closes #1488
📚 Documentation preview 📚: https://griptape--1770.org.readthedocs.build//1770/