Spaces:
Sleeping
Sleeping
Nienke Dekkema commited on
Commit ·
f4bc45d
1
Parent(s): 78b9cd4
app.py
CHANGED
|
@@ -49,7 +49,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 49 |
],
|
| 50 |
# model=LiteLLMModel(
|
| 51 |
# model_id='gpt2'),
|
| 52 |
-
model=
|
| 53 |
max_steps=10,
|
| 54 |
verbosity_level=2
|
| 55 |
)
|
|
|
|
| 49 |
],
|
| 50 |
# model=LiteLLMModel(
|
| 51 |
# model_id='gpt2'),
|
| 52 |
+
model=LiteLLMModel(model_id="anthropic/claude-3-5-sonnet-latest"),
|
| 53 |
max_steps=10,
|
| 54 |
verbosity_level=2
|
| 55 |
)
|