Spaces:
Sleeping
Sleeping
Vivek-tiwari
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import login
|
|
9 |
|
10 |
login(os.getenv("HUGGINGFACEHUB_API_TOKEN"))
|
11 |
|
12 |
-
llm_engine = HfEngine("
|
13 |
|
14 |
agent = ReactCodeAgent(
|
15 |
tools=[],
|
|
|
9 |
|
10 |
login(os.getenv("HUGGINGFACEHUB_API_TOKEN"))
|
11 |
|
12 |
+
llm_engine = HfEngine("mistralai/Mistral-Nemo-Instruct-2407")
|
13 |
|
14 |
agent = ReactCodeAgent(
|
15 |
tools=[],
|