OpenAI Assistants API: Is the whole thread with all the past messages sent to the API every time I add a new message to the thread?
While I was using the Chat Completions API, I learned that you need to include the trail of the questions from the user and answers from the OpenAI API (including the system messages) when asking a new question if you want the Chat Completions API to be able to have the chat history included.
TRAIN OPEN AI ASSISTANT API
I’m using the chatgpt assistants API. I’m having trouble finding examples of assistant training with a database or FAQ file in JSON format, for example. Could you help me with this issue?