curl https://api.openai.com/v1/completions -H 'Content-Type: application/json' -H 'Authorization: Bearer ' -d '{"model":"text-davinci-003","prompt":"","max_tokens":256,"temperature":0.8,"top_p":1,"presence_penalty":0,"frequency_penalty":0,"stream":true}'
Loading...