I am looking into how to use gpt4o to create question and ans prompt without user typing anything . Any idea where to start. and in the end give user a report on his check
You may try this sample. Just upload a file and ENTER.
Cant access as its paid. My idea is it will be generic app where user can use whenever they feel anxiety level going up. They dont have to upload any file to begin with as it will be real time conversation and results can vary
It’s likely more easy than what you are expecting since each message from the user to the model can be send by you.
The model obviously needs some user message to start replying but you can for example get the first message from a list of pre-defined conversation starters.
The user will then have to take over at some point in time but you can also implement this like a whole set of conversations that will run automatically on start-up.
At this point you can then consider to not only pre-define the user messages but also the model replies. Everything can be static until the user takes over control.