Skip to content

Commit

Permalink
Merge pull request #5 from Almas-Ali/main
Browse files Browse the repository at this point in the history
fix: some type quick fix.
  • Loading branch information
Simatwa authored Dec 25, 2023
2 parents 5be5963 + 38ee951 commit 0cb3d4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

```python
from WebChatGPT import ChatGPT
bot = ChatGPT(

bot = ChatGPT(
"<path-to-openai-cookies.json>"
)
print(bot.chat('<Your Prompt>'))
Expand Down Expand Up @@ -55,7 +54,7 @@ from WebChatGPT import ChatGPT
bot = ChatGPT(
"<path-to-openai-cookies.json>"
)
response = bot.ask('<Your prompt'>)
response = bot.ask('<Your prompt>')

print(response)
```
Expand Down Expand Up @@ -553,4 +552,4 @@ For further info, purpose to review the [flow of operations.](operations_flow.md
<p align="center">
<a href="https://github.com/Simatwa/WebChatGPT/blob/main/docs/CHANGELOG.md">CHANGELOG</a>
</p>
</p>
1 change: 0 additions & 1 deletion env

This file was deleted.

0 comments on commit 0cb3d4c

Please sign in to comment.