Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ak9024/go-chatgpt-sdk-example
example how to use `go-chatgpt-sdk`
https://github.com/ak9024/go-chatgpt-sdk-example
Last synced: 12 days ago
JSON representation
example how to use `go-chatgpt-sdk`
- Host: GitHub
- URL: https://github.com/ak9024/go-chatgpt-sdk-example
- Owner: ak9024
- Created: 2023-07-18T13:53:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T05:19:11.000Z (over 1 year ago)
- Last Synced: 2024-06-21T08:22:18.002Z (5 months ago)
- Language: Go
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# how to usage?
```bash
git clone https://github.com/ak9024/go-chatgpt-sdk.git
git clone https://github.com/ak9024/go-chatgpt-sdk-example.git
cd go-chatgpt-sdk-example
go mod tidy
```