Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
chore: res to response
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored Jan 9, 2024
1 parent 777e224 commit 92ffe94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ Using [browser_cookie3](https://github.com/borisbabic/browser_cookie3) we extrac
from bardapi import Bard

bard = Bard(token_from_browser=True)
res = bard.get_answer("Do you like cookies?")
print(res['content'])
response = bard.get_answer("Do you like cookies?")
print(response['content'])
```

### Bard `ask_about_image` method
Expand Down

0 comments on commit 92ffe94

Please sign in to comment.