Vivek-tiwari commited on
Commit
49ea885
·
verified ·
1 Parent(s): 5a0c112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("QuantFactory/Llama-3-Open-Ko-8B-GGUF")
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=[],