Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfcampbell/cohere-demo
Space for integrating GitHub API results with cohere.ai endpoints
https://github.com/kfcampbell/cohere-demo
Last synced: 28 days ago
JSON representation
Space for integrating GitHub API results with cohere.ai endpoints
- Host: GitHub
- URL: https://github.com/kfcampbell/cohere-demo
- Owner: kfcampbell
- License: other
- Created: 2022-09-02T18:44:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T20:00:27.000Z (over 2 years ago)
- Last Synced: 2024-12-21T10:42:22.537Z (about 1 month ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cohere-demo
This repo is for integrating GitHub issues with cohere.ai's APIs to make open source maintainers' daily tasks easier.
## usage
ensure labels in a repository are applied to at least 2 issues for the label to be elligible as a classification target.
## developing
this project uses a `.env` file to configure environment variables.
see [example.env](./example.env) for requirements.
running locally can be done via:
```sh
env $(cat .env) go run main.go classify
env $(cat .env) dlv debug main.go -- classify
```