Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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