Repeated responses from gpt-4-0613?

Yes, we’re having repetition also in gpt-4-0125-preview, and function problems.

We send in a User message, and get back an assistant response. Normally, our assistant is asking a question like “How old are you?” and get the user’s response, which makes the Tools call to save the response. Instead we are getting a single response like:

role:assistant
content: “How old are you?”
tools: (function - save_age(35 years old))

It’s hallucinating - calling functions before the user even responds to the question.

1 Like