You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You set the OPENAI_API_URL in the .env file if a value is not set then it defaults to /api/generate-result
65
65
```
66
66
/api/generate-result POST {openai_data}
67
67
```
68
+
The data object requires a ```type``` property that is either set to text or image. Depending on which type then provide the JSON referenced in the [OpenAI API Reference](https://platform.openai.com/docs/api-reference/images/create)
0 commit comments