I am using assistant API for the simple use case. where I uploaded 2 documents and added instructions for assistant.
Two kinds of issues I am experiencing.
- The difference between GPTs and Assistant API. GPT with the same documents and same Instructions gives better answers and it returns consistent responses. while Assistant APIs are not.
- When multiple users are asking the same questions it returns inconsistent responses to users.
here by inconsistency I mean it gives a bad response like “can’t access documents.” or “doesn’t have data” etc. while other times it gives a response from a document.
so are there any ways to achieve consistency?