Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 431da7f

Browse files
committed
AI keyboard.js 更名
1 parent 56b214d commit 431da7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

JSBox/ChatGPT_2.js renamed to JSBox/AI keyboard.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
ChatGPT键盘 修改自@Neurogram
3+
AI键盘 修改自@Neurogram
44
• 支持编辑工具
55
• 支持附加或覆盖生成结果的提示
66
• 支持自定义角色
@@ -13,9 +13,9 @@ ChatGPT键盘 修改自@Neurogram
1313
教程:点击这里查看手册 https://neurogram.notion.site/ChatGPT-Keyboard-af8f7c74bc5c47989259393c953b8017
1414
1515
*/
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" //模型
1919
const user_gesture = { // Generated results: 0: auto-wrap 1: overwrite selected/all prompts
2020
tap: 1,
2121
long_press: 0
@@ -78,7 +78,7 @@ const tripleTapInterval = 500
7878

7979
const view = {
8080
props: {
81-
title: "ChatGPT",
81+
title: "AI keyboard",
8282
navBarHidden: $app.env == $env.keyboard,
8383
pageSheet: $app.env == $env.keyboard,
8484
},
@@ -187,7 +187,7 @@ const view = {
187187
props: {
188188
id: "footer",
189189
height: 20,
190-
title: " JSBox'ChatGPT 键盘",
190+
title: " JSBox'Ai 键盘",
191191
titleColor: $color("#AAAAAA"),
192192
bgcolor: $color("clear"),
193193
symbol: multi_turn ? "bubble.left.and.bubble.right" : "bubble.left",

0 commit comments

Comments
 (0)