File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
3
- ChatGPT键盘 修改自@Neurogram
3
+ AI键盘 修改自@Neurogram
4
4
• 支持编辑工具
5
5
• 支持附加或覆盖生成结果的提示
6
6
• 支持自定义角色
@@ -13,9 +13,9 @@ ChatGPT键盘 修改自@Neurogram
13
13
教程:点击这里查看手册 https://neurogram.notion.site/ChatGPT-Keyboard-af8f7c74bc5c47989259393c953b8017
14
14
15
15
*/
16
- const api_key = " " // 填写 key
17
- const openai_proxy_url = " " ; // 可选的第三方代理地址 ,留空或注释掉以禁用代理
18
- const model = "gpt-4"
16
+ const api_key = "sk-3aij4Txxxxxx " // 填写 key
17
+ const openai_proxy_url = "https://api.milltea.com " ; // 可选的代理地址 ,留空或注释掉以禁用代理
18
+ const model = "grok-3-fast-beta" //模型
19
19
const user_gesture = { // Generated results: 0: auto-wrap 1: overwrite selected/all prompts
20
20
tap : 1 ,
21
21
long_press : 0
@@ -78,7 +78,7 @@ const tripleTapInterval = 500
78
78
79
79
const view = {
80
80
props : {
81
- title : "ChatGPT " ,
81
+ title : "AI keyboard " ,
82
82
navBarHidden : $app . env == $env . keyboard ,
83
83
pageSheet : $app . env == $env . keyboard ,
84
84
} ,
@@ -187,7 +187,7 @@ const view = {
187
187
props : {
188
188
id : "footer" ,
189
189
height : 20 ,
190
- title : " JSBox'ChatGPT 键盘" ,
190
+ title : " JSBox'Ai 键盘" ,
191
191
titleColor : $color ( "#AAAAAA" ) ,
192
192
bgcolor : $color ( "clear" ) ,
193
193
symbol : multi_turn ? "bubble.left.and.bubble.right" : "bubble.left" ,
You can’t perform that action at this time.
0 commit comments