Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ class cbfs:
|
|
| 53 |
# chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3-sonnet', temperature=0)
|
| 54 |
# elif model_name == "Claude 3.5 Sonnet":
|
| 55 |
# chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3.5-sonnet', temperature=0)
|
| 56 |
-
|
| 57 |
# Default model
|
| 58 |
# chosen_llm = ChatOpenRouter(model_name="meta-llama/llama-3-70b-instruct", temperature=0)
|
| 59 |
chosen_llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0)
|
|
|
|
| 53 |
# chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3-sonnet', temperature=0)
|
| 54 |
# elif model_name == "Claude 3.5 Sonnet":
|
| 55 |
# chosen_llm = ChatOpenRouter(model_name='anthropic/claude-3.5-sonnet', temperature=0)
|
| 56 |
+
else:
|
| 57 |
# Default model
|
| 58 |
# chosen_llm = ChatOpenRouter(model_name="meta-llama/llama-3-70b-instruct", temperature=0)
|
| 59 |
chosen_llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0)
|