Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 462 Bytes

Sample App

JVM, JS and Native sample apps.

Running the apps

Target command
jvm ./gradlew :sample:jvm:run
js ./gradlew :sample:js:run
native ./gradlew :sample:native:runReleaseExecutableNative

PS: environment variable OPENAI_API_KEY must be set.