Skip to content

Commit

Permalink
Merge pull request xtekky#224 from digger-yu/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
xtekky authored Apr 28, 2023
2 parents c5cdbaf + 15d0150 commit 19769b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions quora/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#### warning !!!

> ⚠ Warning !!!
poe.com added security and can detect if you are making automated requests. You may get your account banned if you are using this api.
The normal non-driver api is also currently not very stable

Expand All @@ -16,7 +17,7 @@ models = {
}
```

#### !! new: bot creation
### New: bot creation

```python
# import quora (poe) package
Expand All @@ -43,7 +44,7 @@ for response in quora.StreamingCompletion.create(
print(response.completion.choices[0].text)
```

#### Normal Response:
### Normal Response:
```python

response = quora.Completion.create(model = 'gpt-4',
Expand All @@ -53,7 +54,7 @@ response = quora.Completion.create(model = 'gpt-4',
print(response.completion.choices[0].text)
```

#### Update Use This For Poe
### Update Use This For Poe
```python
from quora import Poe

Expand Down

0 comments on commit 19769b8

Please sign in to comment.