Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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
|