Using Codex API

Hello,

I have tried to use Codex API the following URL and parameters. I could not get any results. Do you have any idea for this issue?

https://api.openai.com/v1/engines/davinci-codex

{
“prompt”:“Get the top articles from the Times of Turkey”,
“temperature”:0.3,
“max_tokens”:60,
“top_p”: 1.0,
“frequency_penalty”: 0.0,
“presence_penalty”: 0.0,
“stop”: [“\n”]
}

1 Like

Thank you for answering. I tried and it works.

1 Like