Skip to content

Commit

Permalink
fix: 修复免费线路不可用的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
akl7777777 committed Mar 12, 2024
1 parent 116a013 commit 3d0f8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/freeShellGPT.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function translate(query, source_lang, target_lang, translate_text, comple
url: url,
header:{
"Content-Type": "application/json",
"Authorization": `Bearer sk-GTBL94nGR4BIesKwA9C678F956234097BdA5005aFd936b7f`
"Authorization": `Bearer sk-Ugg2uAELjNBC6lWk865064B9693b45Fb90D7D71d4647C17c`
},
body:{
model: model,
Expand Down
2 changes: 1 addition & 1 deletion src/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"identifier": "com.akl.bob-plugin-akl-chatgpt-free-translate",
"version": "2.2.0",
"version": "2.2.1",
"category": "translate",
"name": "Free ChatGPT",
"summary": "免秘钥免启动任何服务调用ChatGPT",
Expand Down

0 comments on commit 3d0f8fb

Please sign in to comment.