Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjun1994 committed Mar 8, 2023
1 parent b77a8e5 commit 0ebbea4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
中国用户,需要设置代理,否则无法访问 openAi 的api




window用户:
解压后,修改 .env 文件,
填写 openAi 的key,
以及代理的局域网地址和端口(仅中国用户需要),
然后双击运行 chatgpt-desktop.exe 即可

mac 用户:
暂无 mac 电脑打包文件。

4 changes: 2 additions & 2 deletions src/renderer/store/modules/user/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export function defaultSetting(): UserState {
return {
userInfo: {
avatar: 'https://avatars.githubusercontent.com/u/21867818?s=40&v=4',
name: '金俊',
description: 'Star on https://github.com/jinjun1994/ChatGPT-API-DESTOP',
name: '金俊 微信:jinjun2050',
description: 'Star on <a href="https://github.com/jinjun1994/ChatGPT-API-DESTOP" class="text-blue-500" target="_blank" >Github</a>',
},
}
}
Expand Down

0 comments on commit 0ebbea4

Please sign in to comment.