We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347dead commit 98fa2acCopy full SHA for 98fa2ac
src/llm_change_agent/constants.py
@@ -8,7 +8,7 @@
8
ANTHROPIC_KEY = str(getenv("ANTHROPIC_API_KEY"))
9
CBORG_KEY = str(getenv("CBORG_API_KEY"))
10
11
-OPEN_AI_MODEL = "gpt-4o-mini"
+OPEN_AI_MODEL = "gpt-4o-2024-08-06"
12
ANTHROPIC_MODEL = "claude-3-5-sonnet-20240620"
13
OLLAMA_MODEL = "llama3.1" #! not all models support tools (tool calling)
14
CBORG_MODEL = "lbl/llama-3"
0 commit comments