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

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 452b0e7 commit 31f973b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ input_text = "나와 내 동년배들이 좋아하는 뉴진스에 대해서 알
response = bardapi.core.Bard().get_answer(input_text)
```

Resolving errors due to delayed responses in Google Colab, containers, etc.
- If a response error occurs even though the normal procedure has been followed, use the timeout variable.
Resolving errors due to delayed responses in Google Colab, containers, etc. If a response error occurs even though the normal procedure has been followed, use the timeout variable.
```python
from bardapi import Bard
import os
Expand Down

0 comments on commit 31f973b

Please sign in to comment.