Talha812 commited on
Commit
df4611a
·
verified ·
1 Parent(s): a68f74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def query_vector_db(query, vector_db):
46
  {"role": "system", "content": f"Use the following context:\n{context}"},
47
  {"role": "user", "content": query},
48
  ],
49
- model="llama3-8b-8192",
50
  )
51
  return chat_completion.choices[0].message.content
52
 
 
46
  {"role": "system", "content": f"Use the following context:\n{context}"},
47
  {"role": "user", "content": query},
48
  ],
49
+ model="llama-3.3-70b-versatile",
50
  )
51
  return chat_completion.choices[0].message.content
52