diff --git a/src/customKeyStream.js b/src/customKeyStream.js index 33ea1d0..f3e9899 100644 --- a/src/customKeyStream.js +++ b/src/customKeyStream.js @@ -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(); diff --git a/src/info.json b/src/info.json index a1f18ad..9794373 100644 --- a/src/info.json +++ b/src/info.json @@ -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",