Commit ·
43de7ff
1
Parent(s): 0d1d761
updated agent
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def get_chain():
|
|
| 46 |
|
| 47 |
# Initialize the ChatAnthropic model with streaming enabled
|
| 48 |
model = ChatAnthropic(
|
| 49 |
-
model="claude-
|
| 50 |
streaming=True,
|
| 51 |
temperature=0.7
|
| 52 |
)
|
|
|
|
| 46 |
|
| 47 |
# Initialize the ChatAnthropic model with streaming enabled
|
| 48 |
model = ChatAnthropic(
|
| 49 |
+
model="claude-sonnet-4-5-20250929", # Using the standard Claude 3.5 Sonnet model
|
| 50 |
streaming=True,
|
| 51 |
temperature=0.7
|
| 52 |
)
|