Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrybecker4/chatgpt-client
Scala client to call the ChatGPT API
https://github.com/barrybecker4/chatgpt-client
Last synced: about 1 month ago
JSON representation
Scala client to call the ChatGPT API
- Host: GitHub
- URL: https://github.com/barrybecker4/chatgpt-client
- Owner: barrybecker4
- License: mit
- Created: 2023-05-14T12:09:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-29T16:46:55.000Z (over 1 year ago)
- Last Synced: 2024-11-02T05:41:51.756Z (3 months ago)
- Language: Scala
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatgpt-client
Scala client to call the ChatGPT API
## How build and run
Copy `api.conf.sample` to `api.conf` and update values as needed. Remove the comments because they cannot be parsed.
Run `./gradlew`