Untitled
Anonymous
plain_text
08/23/2023 3:51 AM
348 B
25
Indexable
curl https://api.openai.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: 05121234" \ -d '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"temperature": 0.7
}'Editor is loading...