Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brucecatyu/chat-gopt


https://github.com/brucecatyu/chat-gopt

Last synced: 4 days ago
JSON representation

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
```