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

https://github.com/casbin/casdoc

Docs helper based on OpenAI ChatGPT
https://github.com/casbin/casdoc

Last synced: about 2 months ago
JSON representation

Docs helper based on OpenAI ChatGPT

Awesome Lists containing this project

README

          

# casdoc

Docs helper based on OpenAI ChatGPT

## Usage

1. apply a OpenAI token: https://github.com/settings/tokens
2. set an environment variable: `export CASDOC_AUTHTOKEN=your_token`
3. set an environment variable: `export CASDOC_REPOPATH=path/to/repo`
4. run `go run main.go` or `go build && ./casdoc` or `go test -v -run TestPolishDocs`

## LICENSE

[Apache 2.0 License](LICENSE)