bilingual_book_maker
bilingual_book_maker copied to clipboard
module 'openai' has no attribute 'ChatCompletion' will sleep 60 seconds
Hi, there is a mistake after execute : python3 make_book.py --book_name test_books/the_little_prince.txt --openai_key xxxxxx --test --language zh-hans
pip3 install -U openai
pip3 install -U openai
并不能有效的解决上面的出现的问题。
@taohuajianxian 目前 overload 了。。。官方模型 limit.
你可以使用 --model gpt3
你可以使用 --model gpt3
成功了,感谢大佬!