Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active March 15, 2023 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/eee1b5cfd9bf7f99a71094d477d736c6 to your computer and use it in GitHub Desktop.
Save zuzannamj/eee1b5cfd9bf7f99a71094d477d736c6 to your computer and use it in GitHub Desktop.
POST https://api.openai.com/v1/chat/completions
Content-Type application/json
Authorization Bearer {{API key}}
{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "here you tell ChatGPT what content to generate"}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment