Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,13 +11,13 @@ TimeCapsuleGroq = "https://api.openai.com/v1/chat/completions"
|
|
| 11 |
'curl https://api.groq.com/openai/v1/chat/completions -s \
|
| 12 |
-H "Content-Type: application/json" \
|
| 13 |
-H "Authorization: Bearer $GROQ_API_KEY" \
|
| 14 |
-
-d
|
| 15 |
"model": "llama-3.3-70b-versatile",
|
| 16 |
"messages": [{
|
| 17 |
"role": "user",
|
| 18 |
"content": "Explain the importance of fast language models"
|
| 19 |
}]
|
| 20 |
-
|
| 21 |
|
| 22 |
|
| 23 |
|
|
|
|
| 11 |
'curl https://api.groq.com/openai/v1/chat/completions -s \
|
| 12 |
-H "Content-Type: application/json" \
|
| 13 |
-H "Authorization: Bearer $GROQ_API_KEY" \
|
| 14 |
+
-d '{
|
| 15 |
"model": "llama-3.3-70b-versatile",
|
| 16 |
"messages": [{
|
| 17 |
"role": "user",
|
| 18 |
"content": "Explain the importance of fast language models"
|
| 19 |
}]
|
| 20 |
+
}
|
| 21 |
|
| 22 |
|
| 23 |
|