I’m trying out the Assistants API:
https://platform.openai.com/docs/assistants/overview
I was able to use the API to create an assistant that included code interpreter, and I asked it to create a visualization based on a csv file that I passed. This worked and it generated a .png with some charts.
I created another assistant that also has code interpreter, and I prompted it to “Create a cartoon about a cat and a mouse” and it returned a message saying “as an AI model, I don’t have the ability to generate images…”
However, on another call, it DID generate an image when I posed a similar question, but the style of the image was extremely simple (attached).
Should it be able to use DALL-E here? Is there any way to make it consistent?