We launched Convex Components to make adding features to your app easier! 🎉
Learn morenpm create convex -- -t ianmacartney/convex-chat-gpt
This example app demonstrates how to use the OpenAI ChatGPT API with Convex to implement a chat. Convex stores the messages and runs server-side functions to interact with OpenAI.
Features:
This uses Convex actions to make requests to OpenAI's API.