AIGCT / EASYChatGPT

This is an application project of 'chatgpt',only applicable to desktop environment.
559 stars 690 forks source link

got an unexpected keyword argument 'api_key' #18

Open skychecker opened 1 year ago

skychecker commented 1 year ago

PS D:\ai\EASYChatGPT> & "C:/Users/Sky Walkar/AppData/Local/Microsoft/WindowsApps/python3.9.exe" d:/ai/EASYChatGPT/app.py Traceback (most recent call last): File "d:\ai\EASYChatGPT\app.py", line 1, in from bbot import run File "d:\ai\EASYChatGPT\bbot.py", line 8, in chatbot = Chatbot(api_key=openai_key) TypeError: init() got an unexpected keyword argument 'api_key' PS D:\ai\EASYChatGPT>