WPeace-HcH / WPeChatGPT

A plugin for IDA that can help to analyze binary file, it can be based on models such as gpt-3.5 turbo, gpt-4 trained by OpenAI, the same as ChatGPT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module 'openai' has no attribute 'OpenAI'

happyfmy opened this issue · comments

File "E:/XXXXX/XXXX/IDA_Pro_7.7/plugins/WPeChatGPT.py", line 40, in
client = openai.OpenAI(api_key=openai_api_key)
^^^^^^^^^^^^^
AttributeError: module 'openai' has no attribute 'OpenAI'

使用 "pip list" 检查openai包的版本,如果是旧版本请更新到最新包。(如果不想要更新的话可以下载旧版本WPeChatGPT <= v2.4)

openai 版本1.40.2

OpenAI server could not complete the request: Country, region, or territory not supported
换成了2.4版本,运行这个问题

你好,我这边使用对应版本1.40.2无报错,可以尝试pip卸载openai包后重新install后再做尝试。