From ceaa47b9b2261602d3de292a0437714d26ae83dd Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Mon, 24 Apr 2023 03:16:30 +0530 Subject: updated readme --- quora/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3