Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ def explain_code(code):
|
|
| 271 |
client = Groq(api_key=api_key)
|
| 272 |
|
| 273 |
response = client.chat.completions.create(
|
| 274 |
-
model="
|
| 275 |
max_tokens=2000,
|
| 276 |
messages=[
|
| 277 |
{"role": "system", "content": SYSTEM_PROMPT},
|
|
|
|
| 271 |
client = Groq(api_key=api_key)
|
| 272 |
|
| 273 |
response = client.chat.completions.create(
|
| 274 |
+
model="llama-3.3-70b-versatile",
|
| 275 |
max_tokens=2000,
|
| 276 |
messages=[
|
| 277 |
{"role": "system", "content": SYSTEM_PROMPT},
|