Hi, I’ve noticed that we are getting different results when using the assistant in playground vs the api.
It seems that the playground is using a better version of code/model which is not accessible from API.
Some things we’ve noticed:
- UI responds with function calls more frequently than API. When asking the same question from API, it could result in a text response which includes the JSON of the function in the middle of the text.
- UI follows instructions better for complex questions and can make more than one function call, where API mostly results in only one function call
- When asking a question multiple times responses we get from UI are more consistent than the ones we get from API.
Has anyone else noticed issues like this ? any suggestions on how to address these issues ?
Similar question was asked some time ago too Different responses assistant playground vs api - using same assistant id