(requires OpenAI API to run)
-
add in the root of the project (i.e., the same level where
pom.xml
is located) a file namedapiproxy.config
-
put inside the credentials that you received from [email protected] (put the quotes "")
email: "YOUR@EMAIL" apiKey: "YOUR_KEY"
these are your credentials to invoke the OpenAI GPT APIs
./mvnw clean javafx:run
./mvnw clean javafx:run@debug
then in VS Code "Run & Debug", then run "Debug JavaFX"