adeelshuaib commited on
Commit
920e657
·
verified ·
1 Parent(s): 0af6c47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def generate_response(user_input, chat_history: list):
26
  # Call Groq API to get a response from LLaMA
27
  chat_completion = client.chat.completions.create(
28
  messages=messages,
29
- model="llama3-8b-8192"
 
30
  )
31
 
32
  # Extract response
 
26
  # Call Groq API to get a response from LLaMA
27
  chat_completion = client.chat.completions.create(
28
  messages=messages,
29
+ #model="llama3-8b-8192"
30
+ model='llama-3.1-70b-versatile'
31
  )
32
 
33
  # Extract response