Skip to content

Commit 5e64e13

Browse files
committed
Added google/gemini:latest and updated mode names
1 parent c3cba78 commit 5e64e13

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/llm_change_agent/utils/llm_utils.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ def get_lbl_cborg_models():
4747
"""Get the list of LBNL-hosted models via CBORG."""
4848
return [
4949
"lbl/llama-3", # LBNL-hosted model (free to use)
50-
"openai/gpt-4o-mini", # OpenAI-hosted model
51-
"anthropic/claude-haiku", # Anthropic-hosted model
52-
"anthropic/claude-sonnet", # Anthropic-hosted model
53-
"anthropic/claude-opus", # Anthropic-hosted model
50+
"openai/chatgpt:latest", # OpenAI-hosted model
51+
"anthropic/claude:latest", # Anthropic-hosted model
52+
"google/gemini:latest", # Google-hosted model
5453
]
5554

5655

0 commit comments

Comments
 (0)