Skip to content

Commit

Permalink
fix: 修复无法响应的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
akl7777777 committed Jan 16, 2025
1 parent 35ddda9 commit c0237a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/customKeyStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function translate(query, source_lang, target_lang, translate_text, comple
let model = $option.custom_model || $option.model;
let url = $option.url;
if (!url) {
url = 'http://15.152.16.87:3000/api/openai/v1/chat/completions'
url = 'http://34.146.132.69:3000/api/openai/v1/chat/completions'
}
let prompt = $option.prompt;
const configValue = readFile();
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.5",
"version": "2.3.0",
"category": "translate",
"name": "Free ChatGPT",
"summary": "免秘钥免启动任何服务调用ChatGPT",
Expand Down

0 comments on commit c0237a0

Please sign in to comment.