Raju Komati
commited on
Commit
•
9428277
1
Parent(s):
2200e77
updated poe readme
Browse files- quora/README.md +1 -1
quora/README.md
CHANGED
@@ -54,7 +54,7 @@ from quora import Poe
|
|
54 |
|
55 |
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
|
56 |
|
57 |
-
poe = Poe(model='
|
58 |
poe.chat('who won the football world cup most?')
|
59 |
|
60 |
# new bot creation
|
|
|
54 |
|
55 |
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
|
56 |
|
57 |
+
poe = Poe(model='ChatGPT')
|
58 |
poe.chat('who won the football world cup most?')
|
59 |
|
60 |
# new bot creation
|