updated readme

このコミットが含まれているのは:
Raju Komati 2023-04-24 03:16:30 +05:30
コミット ceaa47b9b2
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A581A5D67A8EB090
1個のファイルの変更9行の追加0行の削除

ファイルの表示

@ -47,3 +47,12 @@ response = quora.Completion.create(model = 'gpt-4',
print(response.completion.choices[0].text)
```
#### Update Use This For Poe
```python
from quora import Poe
poe = Poe(model='sage')
poe.chat('who won the football world cup most?')
```