参考懒猫的文章 最佳代理实践之机场 (2023-06-04)
安装了 proxy-ns,不再为各种插件分别设置代理,确实非常方便!
但有时还会遇到 mind-wave 给 ChatGPT 发去消息却等不到回复的情况,然而此时外部 chrome 浏览器通常是能打开 google 的
每当遇到这种情况,就会非常郁闷。
参考懒猫的文章 最佳代理实践之机场 (2023-06-04)
安装了 proxy-ns,不再为各种插件分别设置代理,确实非常方便!
但有时还会遇到 mind-wave 给 ChatGPT 发去消息却等不到回复的情况,然而此时外部 chrome 浏览器通常是能打开 google 的
每当遇到这种情况,就会非常郁闷。
可能是个人错觉,以为网页版 ChatGPT 会更流畅一点,把这个问题怪罪给 API KEY
希望有天 本地大模型能接入到 Emacs
poe没有供开发的API吧
有的,我现在用网页版,好的回答手动粘贴到emacs,纯纯的普通用户,哈哈
如果想对一段文字做摘要,有简便的方法吗?谢谢
mind-wave已经有这个功能了呀
你说的是mind-wave-summary-web
吗,看到这个函数了,我看看有没有办法选中一段文字,然后发给后端帮我摘要(本地写了一长段)
是的,zsbd
openai 的api貌似又改了啊?openai 升级到1.12.0了,调用mind-wave出错
Wait ChatGPT...
[Mind-Wave] Traceback (most recent call last):
File "e:/gitrep/mind-wave/mind_wave.py", line 37, in wrapper
return func(*args, **kwargs)
File "e:/gitrep/mind-wave/mind_wave.py", line 145, in send_stream_request
stream=True)
File "E:\python37\lib\site-packages\openai\lib\_old_api.py", line 39, in __call__
raise APIRemovedInV1(symbol=self._symbol)
openai.lib._old_api.APIRemovedInV1:
You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API.
You can run ‘openai migrate‘ to automatically upgrade your codebase to use the 1.0.0 interface.
Alternatively, you can pin your installation to the old version, e.g. ‘pip install openai==0.28‘
OpenAI的API经常变动, 维护代价比较大, 我现在也是偶尔用一下OpenAI帮我参谋一下, 网页就够了。
mind-wave 不会主动维护了, 但是也欢迎发送补丁。
好的,有能力了有空了再看看是什么问题,现在先用chatbox来搞了。