updated readme
This commit is contained in:
parent
a37920b27b
commit
ceaa47b9b2
1 changed files with 9 additions and 0 deletions
|
@ -47,3 +47,12 @@ response = quora.Completion.create(model = 'gpt-4',
|
||||||
|
|
||||||
print(response.completion.choices[0].text)
|
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?')
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in a new issue