Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from langchain_anthropic import ChatAnthropic
|
|
4 |
|
5 |
MODEL_NAME = "claude-3-5-sonnet-20240620"
|
6 |
class MyChatAnthropic(ChatAnthropic):
|
7 |
-
model_name = MODEL_NAME
|
8 |
llm = MyChatAnthropic(
|
9 |
model=MODEL_NAME,
|
10 |
temperature=0.2,
|
|
|
4 |
|
5 |
MODEL_NAME = "claude-3-5-sonnet-20240620"
|
6 |
class MyChatAnthropic(ChatAnthropic):
|
7 |
+
model_name: str = MODEL_NAME
|
8 |
llm = MyChatAnthropic(
|
9 |
model=MODEL_NAME,
|
10 |
temperature=0.2,
|