#Different results between the API and Playgrounds
9 messages · Page 1 of 1 (latest)
Are you saving the conversation history and sending the entire converastion history every time with the API? You need to do this
Same problem here. With API I get much different answers. I assume that is problem with history but if I give my php app same curl request it return a much different answers. Do I must have \n before stop points( "Human" and "AI")? I give history like string Human: Who are you? Ai: I am an Ai assistant. Human: Can you explain quantum computers?
I'm also using text-davinci-003 with mathematical prompts. It works perfectly in the Playground but the output in my web app using the API is really bad and illogical
And I've seen that a lot of people have this issue but I have not found anyone who has been able to solve this yet
might need to adjust the settings? like temperature, etc?
Unfortunately, my settings are exactly the same on both platforms. It's very strange. Temperature is 0 and max tokens are set to 50