Chetan3110 commited on
Commit
d5fb43e
·
verified ·
1 Parent(s): e87e749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def generate_response(question, prompt):
14
 
15
  # Get the completion from the model
16
  completion = client.chat.completions.create(
17
- model="meta-llama/Llama-3.1-8B-Instruct",
18
  messages=messages,
19
  max_tokens=1024
20
  )
 
14
 
15
  # Get the completion from the model
16
  completion = client.chat.completions.create(
17
+ model="meta-llama/Meta-Llama-3-8B-Instruct",
18
  messages=messages,
19
  max_tokens=1024
20
  )