yeshavyas27 commited on
Commit
7ffd30f
·
verified ·
1 Parent(s): 7a152fc

model changed to llama 3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from gradio.data_classes import FileData
11
 
12
  login(os.getenv("HF_TOKEN"))
13
 
14
- llm_engine = HfEngine("meta-llama/Meta-Llama-3.1-70B-Instruct")
15
 
16
  agent = ReactCodeAgent(
17
  tools=[],
 
11
 
12
  login(os.getenv("HF_TOKEN"))
13
 
14
+ llm_engine = HfEngine("meta-llama/Meta-Llama-3-70B-Instruct")
15
 
16
  agent = ReactCodeAgent(
17
  tools=[],