fadliaulawi commited on
Commit
35ec6fd
1 Parent(s): 4716d98

Update llama model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def generate_answer(background, question):
55
  "content": prompt.format(background, question),
56
  }
57
  ],
58
- model="llama-3.1-8b-instant",
59
  )
60
  tasks = chat_completion.choices[0].message.content.strip()
61
 
 
55
  "content": prompt.format(background, question),
56
  }
57
  ],
58
+ model="llama-3.1-70b-versatile",
59
  )
60
  tasks = chat_completion.choices[0].message.content.strip()
61