binary-husky / gpt_academic

为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
https://github.com/binary-husky/gpt_academic/wiki/online
GNU General Public License v3.0
65.35k stars 8.04k forks source link

[Bug]: [Local Message] 不能加载Newbing组件。 #918

Closed baiwei666 closed 5 months ago

baiwei666 commented 1 year ago

Installation Method | 安装方法与平台

Others (Please Describe)

Version | 版本

Latest | 最新版

OS | 操作系统

Windows

Describe the bug | 简述

各位老师,我通过Windows一键脚本进行了安装,使用newbing模型,但出现了[Local Message] 不能加载Newbing组件的错误。cookies我已经输入了的,麻烦看看是什么问题吧

Screen Shot | 有帮助的截图

image

Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)

No response

QuantumRoseinAmethystVase commented 1 year ago

是因为没有把Bing.com加入代理 Same as #906

baiwei666 commented 1 year ago

是因为没有把Bing.com加入代理 Same as #906

老师,要怎么设置呢?我是开了clash,还需要单独对脚本进士设置吗?

baiwei666 commented 1 year ago

是因为没有把Bing.com加入代理 Same as #906

我在config.private.py设置成功了代理,可以使用newbing free,但无法使用newbing,是cookies设置有问题吗?请问具体要如何设置呢?我是在bing ai网站上通过cookie-editor插件整体导出cookies为json,然后粘贴进config.private.py

QuantumRoseinAmethystVase commented 1 year ago

我没有newbing的cookies,回答不了

Sillyringo commented 1 year ago

I have attempted to use proxychains-ng and tsocks on MacOS, following the instructions provided at https://github.com/acheong08/EdgeGPT/issues/584#issuecomment-1615870064. However, I encountered conflicts between tools like tsocks and the conda environment set up for gpt_academic. The issue is illustrated below:

image

Currently located in Guangzhou, I expected tsocks to change my IP location to Hong Kong. Unfortunately, this functionality failed when the conda environment created for gpt_academic was activated.