summaryrefslogtreecommitdiffstats
path: root/quora/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'quora/README.md')
-rw-r--r--quora/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/quora/README.md b/quora/README.md
index ea87d1c0..fe9eed19 100644
--- a/quora/README.md
+++ b/quora/README.md
@@ -54,7 +54,7 @@ from quora import Poe
# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI']
-poe = Poe(model='gpt-3.5-turbo')
+poe = Poe(model='ChatGPT')
poe.chat('who won the football world cup most?')
# new bot creation