AamirMalik commited on
Commit
b1cb4d9
·
verified ·
1 Parent(s): b9ab8b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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