Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from gradio.data_classes import FileData
|
|
11 |
|
12 |
login(os.getenv("HUGGINGFACEHUB_API_TOKEN"))
|
13 |
|
14 |
-
llm_engine = HfEngine("
|
15 |
|
16 |
agent = ReactCodeAgent(
|
17 |
tools=[],
|
|
|
11 |
|
12 |
login(os.getenv("HUGGINGFACEHUB_API_TOKEN"))
|
13 |
|
14 |
+
llm_engine = HfEngine("mistralai/Mistral-Nemo-Instruct-2407")
|
15 |
|
16 |
agent = ReactCodeAgent(
|
17 |
tools=[],
|