Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/storyn26383/copilot-chat


https://github.com/storyn26383/copilot-chat

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Copilot Chat

Convert GitHub Copilot to ChatGPT using:
- [copilot-gpt4-service](https://github.com/aaamoon/copilot-gpt4-service)
- [NextChat](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)
- [OAuth2 Proxy](https://github.com/oauth2-proxy/oauth2-proxy)

## Usage

1. Clone this repo
```sh
git clone --recursive [email protected]:storyn26383/copilot-chat.git
```

2. Create and modify .env file
```sh
cp .env.example .env
```

3. Set authenticated emails
```sh
echo '[email protected]' > authenticated-emails.txt
```

4. Run service
```sh
docker compose up
```