Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark authored May 16, 2023
1 parent 3ae6625 commit 3b77cdf
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 @@ -89,7 +89,6 @@ os.environ['_BARD_API_KEY']="xxxxxxxx"
bard = Bard(timeout=10) # Set timeout in seconds
bard.get_answer("나와 내 동년배들이 좋아하는 뉴진스에 대해서 알려줘")['content']
```
<br>

## Behind a proxy

Expand All @@ -103,8 +102,9 @@ os.environ['_BARD_API_KEY']="xxxxxxxx"
bard_inproxy = Bard(proxies={'http':'http://127.0.0.1:1080', 'https':'http://127.0.0.1:1080'}, timeout=10)
bard_inproxy.get_answer("나와 내 동년배들이 좋아하는 뉴진스에 대해서 알려줘")['content']
```
<br>

Example
Simple Example
<br>

<a href="https://bard.google.com/"><img src="./assets/bardimg.png" height="600px">
Expand Down

0 comments on commit 3b77cdf

Please sign in to comment.