- You need to configure OpenAI Key
- Prompt Engineering Guide
Prompt | Usage |
---|---|
describe_Images | Using OpenAI's GPT-4-Vision, describe Images |
Prompt | Usage |
---|---|
askGPT4 | Using OpenAI's GPT-4-Vision, ask about image |
const content = await run("vision/askGPT4", {prompt, base64Image});