Conversation
|
|
||
| style = ConversationStyle.creative | ||
| bot: Chatbot = None | ||
| cookies: list = None |
model/bing/new_bing_model.py
Outdated
| import json | ||
|
|
||
| user_session = dict() | ||
| user_chathistory = dict() |
There was a problem hiding this comment.
user_chathistory->user_chat_history
|
Thanks for review, refactoring variable name done. |
|
Specifications about the new antiinterception feature: here |
|
画图功能好像不行? |
|
1 similar comment
|
This comment was marked as duplicate.
This comment was marked as duplicate.
|
老哥,我是国外服务器,提示这个输入的内容可能违反微软的图片生成内容策略。过多的策略冲突可能会导致你被暂停访问。 |
|
可能是你的cookies的原因。你可以:
个人认为很可能是第2条。如果成功了或者还有问题欢迎交流 |
|
感谢老哥的帮助,果然是我的cookie的原因。 |
|
不能画图的问题相当诡异,已知"image_create_prefix": ["画"]是没有问题的,但提问的时候是不进context.get('type', None) == 'IMAGE_CREATE'这个判断的,调试发现是context.get('type')为空: def reply(self, query: str, context=None): 如果强行进IMAGE_CREATE的话: [INFO][2023-05-14 08:45:43][log.py:32] - [NewBing] image_query=画knight |
执行pip install --no-cache-dir -r requirements.txt就好了 |
|
EdgeGPT更新了接口 |
|
有空我会更新一下 |
|
现在不论发啥回复全变成*号了 |

Uh oh!
There was an error while loading. Please reload this page.