Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 473 Bytes

SSEGPT

Simple golang server send event with chatgpt.

Usage

docker run -d -p 8080:8080 \
-e OPENAI_API_URL=https://api.openai.com/v1/completions
-e OPENAI_API_KEY=<your openai api key> \
megafyk/ssegpt:latest

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT