A simple Java app that interacts with the OpenAI API using GPT-4.
- Java 11+
- OpenAI API Key: Get yours from OpenAI.
-
Set API Key:
-
macOS/Linux:
export OPENAI_API_KEY=your-api-key-here -
Windows:
set OPENAI_API_KEY=your-api-key-here
-
-
Compile:
javac App.java
-
Run:
java App
-
Usage
Enter a message when prompted, and the app will display the API's response.
Attribution: danvega