Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpt #101

Open
xccjk opened this issue Feb 3, 2024 · 1 comment
Open

gpt #101

xccjk opened this issue Feb 3, 2024 · 1 comment

Comments

@xccjk
Copy link
Owner

xccjk commented Feb 3, 2024

使用github copilot来访问gpt4

拉取copilot-gpt4-service代码

github地址

安装go的运行环境

go dev

在国内开启vpn的情况下,可能会出现下载go安装包报dl.google.com访问不了的问题,此时直接关闭代理就可以了

运行copilot-gpt4-service服务

# 到copilot-gpt4-service安装目录下
cd copilot-gpt4-service

# 运行项目命令
go run .

此时会下载go相关依赖包,可能会很慢或者报错go: get xxx.xxx.xxx.xxx:xxx: i/o timeout,可以修改go的环境变量

# 配置环境变量
go env -w GOPROXY=https://goproxy.io,direct

# 查看环境变量是否生效
go env

项目启动成功

image

获取github copilot token

先安装github cli工具

# 安装gh
brew install gh
# 登录账号
gh auth login

image

image

# 查看账号状态
gh auth status

image

# 登出账号
gh auth logout

在copilot cli中安装copilot

gh extension install github/gh-copilot

运行copilot-gpt4-service/shell/get_copilot_token.sh命令

bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"

或者

cd copilot-gpt4-service/shell

bash get_copilot_token.sh

image

选择3,一切顺利就可以获取到copilot token了

安装ChatGPT-Next-Web

下载地址:https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/releases/tag/v2.10.1

image

安装好ChatGPT-Next-Web后

  • 在1中填入copilot-gpt4-service启动后的服务地址
  • 在2中填入获取到的copilot token
  • 在3中选择gpt4

这时就可以愉快的使用gpt4了

@xccjk
Copy link
Owner Author

xccjk commented Mar 27, 2024

Chatmind - 让AI帮你生成思维导图

Chatmind地址

功能点

  • 选择模板,输入想生成的主题,自动生成思维导图
  • 支持分享,支持多种文件格式导出(图片、SVG、Markdown、Xmind文件)
  • 支持幻灯片播放

示例 - 生成《红楼梦》读书笔记

Screenity.video.-.Feb.29.2024.mp4

其他

定价

注册登录后有一定免费的使用次数,针对一些高级功能,需要开通会员才可以使用

screenshot-20240229-105245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant