zhzabcd commited on
Commit
cbb28aa
·
verified ·
1 Parent(s): eb11f84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -189
README.md CHANGED
@@ -1,189 +1,6 @@
1
- # microsoft-copilot-play-app
2
- ## 简介
3
-
4
- **Cloudflare Worker 的 Microsoft Copilot 加速服务 app。**
5
-
6
- **Microsoft Copilot 是基于 OpenAI GPT-4 的强大 AI 并且能够使用 Bing 搜索来解答问题。**
7
-
8
- **简单部署即可在国内高速使用原滋原味的 Microsoft Copilot 的几乎全部功能,聊天,笔记本,插件,图像生成,分享等等..**
9
-
10
-
11
- ![5c2ed6ab2ba7d90d975a81da50ba050d](https://github.com/user-attachments/assets/2147ff10-2792-43e4-ac4a-30915b05a3eb)
12
-
13
-
14
-
15
- ## 亮点
16
- - 🎉可在国内高速访问
17
- - 🚀cloudflare worker一件部署无需其他操作,完全免费无限制
18
- - ⚡高速访问,cloudflare是全球最大的CDN
19
-
20
- ## 演示站
21
- - Copilot -> https://copilot.6m6c.cn/
22
-
23
-
24
- ## CloudFlare Pages 部署
25
- <details>
26
- <summary>详细教学,点击展开</summary>
27
-
28
- 1.Fork此仓库
29
-
30
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/d61bf46d-7edf-43de-b66c-ede1f8cefed2)
31
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/3a4be71a-bd12-4938-add8-00998c5ca0aa)
32
-
33
- 2. Page连接到GitHub
34
-
35
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/598dd9c8-05d9-46dc-9c9b-a15da56ff0b5)
36
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/85286d7c-913e-4550-b867-344e537077b6)
37
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/c118fe5b-1684-40f5-9b5a-b719d22e17be)
38
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/78ffc287-f472-4758-8df1-2f14aa5a70a4)
39
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/cd63bb70-6e6d-435f-8691-0f7734e88605)
40
-
41
- 3. 设置设置仓库
42
-
43
- 输入构建命令
44
- ``` shell
45
- npm run build-page
46
- ```
47
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/02fbfe54-f760-4a02-9946-e57ca3ecb648)
48
-
49
- 之后就完成了。
50
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/ce012d84-7df9-426b-877e-42e6fe77872e)
51
-
52
-
53
- 4. 后续更新
54
-
55
- 同步 github 仓库后 Workers 和 Pages 会自动同步更新。
56
-
57
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/f26b3753-0963-4a78-8773-7a9b6ebc1199)
58
- </details>
59
-
60
-
61
- ## CloudFlare Worker 部署
62
- ### 自动部署 (不熟悉开发流程的小伙伴推荐)
63
- [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/jianjianai/microsoft-copilot-porxy)
64
- <details>
65
- <summary>详细教学,点击展开</summary>
66
-
67
-
68
- 1. 点击这个部署按钮
69
-
70
- [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/jianjianai/microsoft-copilot-porxy)
71
-
72
- 2. 在打开的页面点击`Authorize Workers`
73
-
74
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/038878d6-99b1-494d-a5a1-9c0a39c30c27)
75
-
76
- 3. 如果有 Cloudflare 账号则点击 `I have an account` 如果没有则点击 `Create account` 去创建一个。
77
-
78
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/1d6c1272-1d48-4120-9181-0eaf137851a9)
79
-
80
- 4. 去复制账户id
81
-
82
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/f22c5e02-0742-4222-8e91-7104756de804)
83
-
84
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/2125bfe9-d8cd-414d-b929-a39769454233)
85
-
86
- 5. 去创建APIKEY
87
-
88
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/6835fea6-7dc9-4520-b927-91e42e7a945d)
89
-
90
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/93a2069e-b302-47e7-b9dd-75d8ac356e29)
91
-
92
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/595d8bcf-fb07-405b-b8dc-97f0a012dc13)
93
-
94
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/c2635a88-90f0-4721-aaa9-7dbd0cb8cd3a)
95
-
96
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/448e3422-1fef-4e08-91f5-e8ce8f6b7056)
97
-
98
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/d0b31bf6-8f69-430f-843a-ff8d3113820d)
99
-
100
- 5. 连接账户
101
-
102
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/8909bd89-10dc-4c3d-8250-eea9b2e5f71e)
103
-
104
- 6. Fork repository
105
-
106
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/08761a46-4a74-4c98-b7b7-36dea356068a)
107
-
108
- 8. 启用 GitHub Actions
109
-
110
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/657b6ff3-fc35-4a6e-b62a-a504f6b2f8e5)
111
-
112
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/1d725360-332c-4d01-adc0-0c2ab2761dc2)
113
-
114
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/c43605a8-338d-485c-bb39-e3f9c87d91f5)
115
-
116
- 9. 部署
117
-
118
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/fe4fc988-3693-4283-a087-7f31ecd6ca0d)
119
-
120
- 10. 成功
121
-
122
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/f1557d7f-0a12-4622-87ab-6236f0bbad67)
123
-
124
- 11. 管理页面出现新的 Workers 和 Pages 后续可以进行其他设置。
125
-
126
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/98a0b65b-0019-4cad-b744-1d9454d8d4e7)
127
-
128
- 12. 添加自定义域
129
-
130
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/a4595828-d79d-48c8-81df-c16304941c91)
131
-
132
-
133
- > **默认的 `.workers.dev` 国内已被限制访问,需要使用自定义域才可正常访问。**
134
- > 具体方法请[点击此处](https://www.bing.com/search?q=cloudflare+workers+%E6%B7%BB%E5%8A%A0%E8%87%AA%E5%AE%9A%E4%B9%89%E5%9F%9F%E5%90%8D)查找
135
-
136
-
137
- > **免费自定义域名可以参考这个视频的 3分54秒 后的免费域名部分**
138
- > 【精准空降到 03:54】 https://www.bilibili.com/video/BV1Dy41187dv/?share_source=copy_web&vd_source=92a3be464320d250ae4c097a77339ef5&t=234
139
-
140
- 13 后续更新
141
-
142
- 同步 github 仓库后 Workers 和 Pages 会自动同步更新。
143
-
144
- ![image](https://github.com/jianjianai/microsoft-copilot-porxy/assets/59829816/f26b3753-0963-4a78-8773-7a9b6ebc1199)
145
-
146
-
147
- </details>
148
-
149
- ### 手动部署
150
- <details>
151
- <summary>点击展开</summary>
152
-
153
- ### 环境
154
- |名称|下载地址|
155
- |-|-|
156
- |wget|```apt install wget```|
157
- |git|https://git-scm.com/download|
158
- |nodejs|https://nodejs.org|
159
-
160
-
161
- ### 命令
162
- - 1.下载源代码
163
- ``` shell
164
- git clone https://github.com/jianjianai/microsoft-copilot-porxy
165
- ```
166
- - 2.进入源代码目录
167
- ``` shell
168
- cd microsoft-copilot-porxy
169
- ```
170
- - 3.安装依赖包
171
- ``` shell
172
- npm install
173
- ```
174
- - 4.编译部署
175
- ``` shell
176
- npm run deploy
177
- ```
178
-
179
- <details>
180
-
181
- - [神奇小破站](https://jjaw.cn/)
182
-
183
- </details>
184
-
185
- </details>
186
-
187
-
188
- ## 交流社区
189
- - QQ群: 829264603
 
1
+ ---
2
+ license: mit
3
+ sdk: docker
4
+ colorFrom: green
5
+ pinned: true
6
+ ---