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 17, 2023
1 parent 7b8b9eb commit 3f9ec6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ bard_inproxy.get_answer("나와 내 동년배들이 좋아하는 뉴진스에

### Reusable session object
```python
from bardapi import Bard
import os

os.environ['_BARD_API_KEY'] = 'xxxxxxxxxxx'
session = requests.Session()
session.headers = {
Expand Down

0 comments on commit 3f9ec6a

Please sign in to comment.