Closed hoangphu7122002 closed 11 months ago
Hi,
Its already there. You can pass its display name gemini-pro
as the bot param.
client = PoeApi('Your_Token')
for chunk in client.send_message('gemini-pro', 'Nice to meet you.'):
print(chunk['response'], end='', flush=True)
Since there're only some specific bots that require unique names when call them, so I listed them in the README.md Hope this helps
Hi,
Can you please add Gemini Beta to the Available Default Bots list? It's already publicly available in the POE web interface.
Thank you, and I hope you can respond soon!