ChineseAiDungeonChatGPT icon indicating copy to clipboard operation
ChineseAiDungeonChatGPT copied to clipboard

中文版的ai地牢,直接使用的openai的ChatGPT api作为讲故事的模型。

Results 16 ChineseAiDungeonChatGPT issues
Sort by recently updated
recently updated
newest added

是可以存档的,还是中途退出就只能重来了

So that you don't have to use GPT token.

Traceback (most recent call last): File "/Users/yy/ChineseAiDungeonChatGPT/app.py", line 8, in from story import StoryTeller File "/Users/yy/ChineseAiDungeonChatGPT/story.py", line 1, in from revChatGPT.revChatGPT import Chatbot ModuleNotFoundError: No module named 'revChatGPT.revChatGPT' 你好,请问这个问题应该怎么解决?

Traceback (most recent call last): File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 230, in refresh_session raise Exception(f'Response code: {response.status_code} \n Response: {response.text}') Exception: Response code: 200 Response: {} The above exception was the direct...