Raju Komati commited on
Commit
9428277
1 Parent(s): 2200e77

updated poe readme

Browse files
Files changed (1) hide show
  1. 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='gpt-3.5-turbo')
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