Ask HN: Do you get worst answers from OpenAI API compared to ChatGPT?
1–6 of 6 posts
Re: Ask HN: Do you get worst answers from OpenAI API compared to ChatGPT?
#2Re: Ask HN: Do you get worst answers from OpenAI API compared to ChatGPT?
#3Re: Ask HN: Do you get worst answers from OpenAI API compared to ChatGPT?
#4Yes. Attempts to match api with the chat interface have proved futile. The api never seems to behave in the same way as the chat interface.
Beyond that and due to the probabilistic nature of the LLM response I'm not sure how a reproducible "matching" between chat interface and API could be achieved.
I'm working primarily with the API through my own wrapper and I noticed that I tend to give less detailed instructions than when I'm using the OpenAI chat interface often resulting in a less accurate response.
Re: Ask HN: Do you get worst answers from OpenAI API compared to ChatGPT?
#5Re: Ask HN: Do you get worst answers from OpenAI API compared to ChatGPT?
#6Yes. Attempts to match api with the chat interface have proved futile. The api never seems to behave in the same way as the chat interface.
Have you tried tweaking parameters like temperature, top_p, or seed value when sending the API request? Beyond that and due to the probabilistic nature of the LLM response I'm not sure how a reproducible "matching" between chat interface and API could be achieved. I'm working primarily with the API through my own wrapper and I noticed that I tend to give less detailed instructions than when I'm using the OpenAI chat…