Commit ·
1cb246b
1
Parent(s): 56e4890
using claude-3-opus-20240229
Browse files
agent.py
CHANGED
|
@@ -88,7 +88,7 @@ tools = [multiply, add, subtract, divide, modulus, wiki_search, web_search, arvi
|
|
| 88 |
def build_graph(provider: str = "claude"):
|
| 89 |
if provider == "claude":
|
| 90 |
llm = ChatAnthropic(
|
| 91 |
-
model="claude-3-
|
| 92 |
temperature=0,
|
| 93 |
anthropic_api_key=os.getenv("CLAUDE_API_KEY")
|
| 94 |
)
|
|
|
|
| 88 |
def build_graph(provider: str = "claude"):
|
| 89 |
if provider == "claude":
|
| 90 |
llm = ChatAnthropic(
|
| 91 |
+
model="claude-3-opus-20240229",
|
| 92 |
temperature=0,
|
| 93 |
anthropic_api_key=os.getenv("CLAUDE_API_KEY")
|
| 94 |
)
|