ilsa15 commited on
Commit
7d1f697
·
verified ·
1 Parent(s): 074c100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ Resume: {question}
44
  Give a simple analysis of how well this resume fits and what's missing."""
45
 
46
  response = groq_client.chat.completions.create(
47
- model="llama-3-8b-8192",
48
  messages=[{"role": "user", "content": prompt}]
49
  )
50
  return response.choices[0].message.content
 
44
  Give a simple analysis of how well this resume fits and what's missing."""
45
 
46
  response = groq_client.chat.completions.create(
47
+ model="meta-llama/llama-guard-4-12b",
48
  messages=[{"role": "user", "content": prompt}]
49
  )
50
  return response.choices[0].message.content