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

https://github.com/bupticybee/ChineseAiDungeonChatGPT/blob/main/app.py#L11-L12 这里看样子是import一个本地的文件? example_story.py可以正常运行,已经玩上了。谢谢大佬!

ERROR: Could not find a version that satisfies the requirement chatgptpy (from versions: none) ERROR: No matching distribution found for chatgptpy Pip和pip3都用了都不行

能弄个exe吗?不会python也想玩到!

运行app.py之后输入账号密码,然后提示 [OpenAI][5] Captcha saved to captcha.png in the current directory [32m[OpenAI][5][37mPlease solve the captcha and press enter to continue: FFBrB8 输入验证码之后出现了下面的情况: [OpenAI][5] Captcha saved to captcha.png in the current directory...

PyChatGPT更新了续写,导出功能,而且能使用proxy进行登录,可能可以解决国内登陆的问题。或许可以用pychatgpt替换revchatgpt?

python3 example_story.py和python3 app.py都不会唤起APP..

Traceback (most recent call last): File "/Users/gunneo/Codes/AI/ChineseAiDungeonChatGPT-main/example_story.py", line 7, in chatter.start_cli() File "/Users/gunneo/Codes/AI/ChineseAiDungeonChatGPT-main/story_rewrite.py", line 125, in start_cli self.setup_chatbot() File "/Users/gunneo/Codes/AI/ChineseAiDungeonChatGPT-main/story_rewrite.py", line 91, in setup_chatbot self.login(self.config) File "/Users/gunneo/Codes/AI/ChineseAiDungeonChatGPT-main/story_rewrite.py", line 38, in...

可以使用api的形式做web端吗,现在看只有 命令行

是需要去revchatgpt那边看看更新吗,本人小白,用pycharm运行了下命令有些报错,不知道是项目问题还是我自己的问题 😖