copilot-gpt4-service
copilot-gpt4-service copied to clipboard
Convert Github Copilot to ChatGPT
### Description 
### 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`...
使用docker部署好,下载了charBox设置完毕,发送聊天没有报错,但是也没有回复。docker日志也没线索。   
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:  这是流式传输的所有Header:  供参考
用了这个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...