summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaju Komati <komatiraju032@gmail.com>2023-04-23 23:46:30 +0200
committerRaju Komati <komatiraju032@gmail.com>2023-04-23 23:46:30 +0200
commitceaa47b9b2261602d3de292a0437714d26ae83dd (patch)
tree162d9a42c8d50c75813fc27785fda2ac3a77fad1
parentupdated quora module, added selenium to get cookie (diff)
downloadgpt4free-ceaa47b9b2261602d3de292a0437714d26ae83dd.tar
gpt4free-ceaa47b9b2261602d3de292a0437714d26ae83dd.tar.gz
gpt4free-ceaa47b9b2261602d3de292a0437714d26ae83dd.tar.bz2
gpt4free-ceaa47b9b2261602d3de292a0437714d26ae83dd.tar.lz
gpt4free-ceaa47b9b2261602d3de292a0437714d26ae83dd.tar.xz
gpt4free-ceaa47b9b2261602d3de292a0437714d26ae83dd.tar.zst
gpt4free-ceaa47b9b2261602d3de292a0437714d26ae83dd.zip
-rw-r--r--quora/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/quora/README.md b/quora/README.md
index a521e60c..ca50f644 100644
--- a/quora/README.md
+++ b/quora/README.md
@@ -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?')
+
+``` \ No newline at end of file