Skip to content

Commit

Permalink
Added missing models to perform_writeup and launch_oe_scientist
Browse files Browse the repository at this point in the history
  • Loading branch information
JGalego committed Aug 14, 2024
1 parent 1505441 commit 08be9a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ai_scientist/perform_writeup.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,11 @@ def perform_writeup(
"gpt-4o-2024-05-13",
"deepseek-coder-v2-0724",
"llama3.1-405b",
# Anthropic Claude models via Amazon Bedrock
"bedrock/anthropic.claude-3-sonnet-20240229-v1:0",
"bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0",
"bedrock/anthropic.claude-3-haiku-20240307-v1:0",
"bedrock/anthropic.claude-3-opus-20240229-v1:0"
],
help="Model to use for AI Scientist.",
)
Expand Down
5 changes: 5 additions & 0 deletions experimental/launch_oe_scientist.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ def parse_arguments():
"gpt-4o-2024-05-13",
"deepseek-coder-v2-0724",
"llama3.1-405b",
# Anthropic Claude models via Amazon Bedrock
"bedrock/anthropic.claude-3-sonnet-20240229-v1:0",
"bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0",
"bedrock/anthropic.claude-3-haiku-20240307-v1:0",
"bedrock/anthropic.claude-3-opus-20240229-v1:0"
],
help="Model to use for AI Scientist.",
)
Expand Down

0 comments on commit 08be9a8

Please sign in to comment.