Juanla

Results 1 issues of Juanla

In the docs, you have this request example ([[here](https://beta.openai.com/docs/api-reference/completions/create)]): ```{ "model": "text-davinci-002", "prompt": "Say this is a test", "max_tokens": 6, "temperature": 0, "top_p": 1, "n": 1, "stream": false, "logprobs": null,...