Skip to content

Commit

Permalink
Fix the method mismatch bug at demo intro code
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Dec 20, 2023
1 parent 187080d commit 49583ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ from WebChatGPT import ChatGPT
bot = ChatGPT(
"<path-to-openai-cookies.json>"
)
response = bot.ask('<Your prompt'>)
response = bot.chat('<Your prompt'>)

print(response)
#Ouput : What can I do for you today?
Expand Down

0 comments on commit 49583ea

Please sign in to comment.