Chatgpt base64 encoded image
I’m trying to pass a base64 encoded image to gpt-4o, but gets an 400 Invalid base64 image_url.
Argument path error when trying to get file from URL and pass to openai API
I’m attempting to get a PDF file from a publicly available URL and pass it to openai via their API, but consistently getting a type error. Here’s the code I’m using, fetching the file and then converting it to a stream to pass to the api:
TypeError: Configuration is not a constructor . I am getting this error when using IenAIApi with nodejs
I am trying to use OpenAi’s function calling. I have installed Axios, dotenv and OpenAi packeges like
OpenAI Assistant now answering from specific file
It’s answering from file which is fine. But I have many Assistant, and the every user will answer from a selected file.
Open ai Assistant now answering from specific file
Its answering from file its fine. But I have many Assistant and the every user will answer from selected file.
Like I have two assistant ( A1, A2 ) and three file ( F1, F2 F3) A1 will answer from F1 and A2 will answer from F1 and F2.
BadRequestError: 400 Invalid content type. image_url is only supported by certain models
I am trying to use Open ai’s gpt-4-turbo model for image-to-text description generation
but I am facing this issue- BadRequestError: 400 Invalid content type. image_url is only supported by certain models.