How to send file with prompt in OpenAI library?
I want to send file from my disk to OpenAI prompt without actually using .read or converting it into bytes. Is there the way I can use that?
How to send file with promt in openai library
I want to send file from my disk to OPENAI prompt without actually using .read or converting it into bytes? Is there the way i can use that?
Having problems using streamlit to run a frontend prototype
I’m building a chatbot using the openai api library and thought it would be easier if I use the streamlit library to code some basic front end.
My code has its variables in Portuguese but I need some help to make my chat work.