copilot-gpt4-service icon indicating copy to clipboard operation
copilot-gpt4-service copied to clipboard

Convert Github Copilot to ChatGPT

Results 80 copilot-gpt4-service issues
Sort by recently updated
recently updated
newest added

### Description ![屏幕截图 2024-01-11 211640](https://github.com/aaamoon/copilot-gpt4-service/assets/32785966/eaa43653-d171-4040-90d8-63de28c200df)

bug

### Description when trying to build it using `docker compose up -d` the following issues appears `http: invalid Host header` NOTE: Steps i've done `git clone https://github.com/aaamoon/copilot-gpt4-service && cd copilot-gpt4-service`...

bug

使用docker部署好,下载了charBox设置完毕,发送聊天没有报错,但是也没有回复。docker日志也没线索。 ![image](https://github.com/aaamoon/copilot-gpt4-service/assets/24525068/8e1fba32-cb20-4899-ac6a-d1b20057f35b) ![image](https://github.com/aaamoon/copilot-gpt4-service/assets/24525068/de5476c1-5863-472a-8771-fc037a4524df) ![image](https://github.com/aaamoon/copilot-gpt4-service/assets/24525068/2b1e161c-7b58-46ba-a6ba-04bed019ba2b)

I created Japanese translated README.

This commit introduces a Brazilian Portuguese (pt-BR) translation of the README file. This effort is aimed at making our project more accessible to the Portuguese-speaking community, particularly those in Brazil....

### Description 目前非流式传输返回的Content-Type为text/event-stream(main.go 168行写死了),会导致部分客户端无法解析, 这是非流式传输的所有Header: ![image](https://github.com/aaamoon/copilot-gpt4-service/assets/25448499/5a44892c-65b8-4f9c-84f1-00b41b402196) 这是流式传输的所有Header: ![image](https://github.com/aaamoon/copilot-gpt4-service/assets/25448499/5dc23bbb-7bfd-41bf-9d16-96ec14360221) 供参考

bug

用了这个script ``` # The script below will automatically install Github Copilot CLI and obtain the Github Copilot Plugin Token through authorization bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)" ``` 貌似是成功生成了CLI token, 但是返回消息里同时说unable...