0r0b0r0s commited on
Commit
40b70c8
·
verified ·
1 Parent(s): 82cc951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
22
 
23
  response = self.client.text_generation(
24
  prompt=f"GAIA Question: {question}\nAnswer:",
25
- model="meta-llama/Llama-3-70B-Instruct",
26
  temperature=0.3,
27
  max_new_tokens=512,
28
  repetition_penalty=1.1
 
22
 
23
  response = self.client.text_generation(
24
  prompt=f"GAIA Question: {question}\nAnswer:",
25
+ model="meta-llama/Meta-Llama-3-70B-Instruc",
26
  temperature=0.3,
27
  max_new_tokens=512,
28
  repetition_penalty=1.1