Some simple and fun examples demonstrating how to use the OpenAI API.
-
API Key Configuration: Create a
.envfile in theserverdirectory and add your OpenAI API key: -
Running the Server: Navigate to the
serverdirectory and execute: npm run start -
Viewing Examples: Open
index.htmlin your browser to explore the examples.