Skip to content

Instantly share code, notes, and snippets.

@npiv
Created March 20, 2023 10:02
Show Gist options
  • Save npiv/0e7d5ef6b9b2ceddf8364312b5388639 to your computer and use it in GitHub Desktop.
Save npiv/0e7d5ef6b9b2ceddf8364312b5388639 to your computer and use it in GitHub Desktop.
curl https://api.openai.com/v1/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "text-davinci-003", "prompt": "Say this is a test", "max_tokens": 7, "temperature": 0 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment