https://github.com/brucecatyu/chat-gopt
https://github.com/brucecatyu/chat-gopt
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brucecatyu/chat-gopt
- Owner: BruceCatYu
- Created: 2023-03-02T06:51:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T06:52:07.000Z (over 3 years ago)
- Last Synced: 2025-01-13T07:09:34.758Z (over 1 year 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
```