[not a DEV] SOS struggling with gpt4 turbo prompts ()
Hi, guys! I’m using the Assistant API (apparently) and on the front end made by a DEV (which I am not), I see we’re using the GPT4 turbo.
So far, no problem…
I have access to the following basic functions:
Choose the model, temperature, description, instruction, and whether or not it can respond out of context. Also choose which type of AI to use (Assistant or Chat, but Assistant allows me to associate files for responses, and chat does not).
In addition, I can attach files to the database, so that they are consulted by the template before answering user questions.
My problem starts when it seems that AI is stubborn with me, it knows the answers, but it insists on saying that it doesn’t know, and when I say “yes, you know,” it gives me the answer that is in the database document.
It doesn’t seem to obey the prompt! Does it not obey because I give the instructions in Portuguese? It is my native language, and also the language its speaks.
I have even tried to upload a XPTO.txt file to the database with not even 50 characters, and I put in the prompt instructions: when u don’t know the answer to a question send the text of the document. Well, it didn’t work, I was frustrated.
Has anyone been through this? I can show my PROMPT, the attached document and its answers, in case the problem is me!
nothing involving RAG will help me, because I do not have access to the code!