From 2200e777c16687c22dad2cc8759b590ac9a83d6a Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Mon, 24 Apr 2023 13:52:43 +0530 Subject: updated the bot names in poe --- quora/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'quora/README.md') diff --git a/quora/README.md b/quora/README.md index ca50f644..ea87d1c0 100644 --- a/quora/README.md +++ b/quora/README.md @@ -52,7 +52,12 @@ print(response.completion.choices[0].text) ```python from quora import Poe -poe = Poe(model='sage') +# available models: ['Sage', 'GPT-4', 'Claude+', 'Claude-instant', 'ChatGPT', 'Dragonfly', 'NeevaAI'] + +poe = Poe(model='gpt-3.5-turbo') poe.chat('who won the football world cup most?') +# new bot creation +poe.create_bot('new_bot_name', prompt='You are new test bot', base_model='gpt-3.5-turbo') + ``` \ No newline at end of file -- cgit v1.2.3