Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brucecatyu/chat-gopt
https://github.com/brucecatyu/chat-gopt
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brucecatyu/chat-gopt
- Owner: BruceCatYu
- Created: 2023-03-02T06:51:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-02T06:52:07.000Z (over 1 year ago)
- Last Synced: 2024-06-20T22:26:57.060Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-goyt
## install
```zsh
go build cmd/main.go
```
## run
```sh
export OPENAI_API_KEY=
export OPENAI_ORGANIZATION=
export MONGO_URI=
export PORT=
./main
```