You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
錯誤如下 Traceback (most recent call last): File "C:\Users\Fater\Desktop\py\ebook-GPT-translator\text_translation.py", line 169, in <module> print("未检测到OpenAI API 代理,当前使用api地址为: " + openai.api_base) ^^^^^^^^^^^^^^^ AttributeError: module 'openai' has no attribute 'api_base'. Did you mean: 'api_type'?
The text was updated successfully, but these errors were encountered:
錯誤如下
Traceback (most recent call last): File "C:\Users\Fater\Desktop\py\ebook-GPT-translator\text_translation.py", line 169, in <module> print("未检测到OpenAI API 代理,当前使用api地址为: " + openai.api_base) ^^^^^^^^^^^^^^^ AttributeError: module 'openai' has no attribute 'api_base'. Did you mean: 'api_type'?
The text was updated successfully, but these errors were encountered: