sairaishaq commited on
Commit
d65ac4b
·
verified ·
1 Parent(s): 8a545da

Update groq_client.py

Browse files
Files changed (1) hide show
  1. groq_client.py +1 -1
groq_client.py CHANGED
@@ -38,7 +38,7 @@ Use clear headings and educational language.
38
  """
39
 
40
  completion = client.chat.completions.create(
41
- model="llama3-8b-8192",
42
  messages=[
43
  {"role": "system", "content": system_prompt},
44
  {"role": "user", "content": user_prompt}
 
38
  """
39
 
40
  completion = client.chat.completions.create(
41
+ model="llama-3.1-8b-instant",
42
  messages=[
43
  {"role": "system", "content": system_prompt},
44
  {"role": "user", "content": user_prompt}