Playground vs API

Hello guys,

i am strugling with issue about api response length. If i copy SAME prompt into playground, responses are rich, long and very nice. Same prompt sent via API results in short one sentence response.

This is my settings

  model: "text-davinci-003",
  prompt: prompt,
  temperature: 0.9,
  max_tokens: 3000,
  top_p: 1,
  frequency_penalty: 0,
  presence_penalty: 0,

Can you attach your Playground Screenshot as well?

Is this to the completions endpoint or edits? Make sure you have not accidentally switched to a different one with your API call.

Sorry, that’s all I have got.

Same prompt but absolutelly different outcome. Prompt is: “Napíš dlhší marketingový text pre produkt Nillkin Bounce Pouzdro pro Airpods Pro Green, je vyrábaný značkou Nillkin, ktorý má nasledujúce vlastnosti: druh produktu puzdrá na slúchadlá, farba zelená, materiál puzdra guma a silikón (tpu), model airpods pro, vhodné pre apple, značka nillkin.”

You are getting “same” results? I am not able to get result longer than 100 chars.