Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storyn26383/copilot-chat
https://github.com/storyn26383/copilot-chat
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/storyn26383/copilot-chat
- Owner: storyn26383
- Created: 2024-02-24T05:48:43.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-26T09:41:10.000Z (9 months ago)
- Last Synced: 2024-02-26T11:53:53.800Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```