gemini-chat-python

mominiqbal1234

Momin Iqbal

Posted on April 13, 2024

gemini-chat-python

Image description

GeminiAI-Chat – the revolutionary Python library designed to power up your applications with advanced conversational AI capabilities GeminiAI-Chat, developers can effortlessly integrate AI-driven chat functionalities into their projects

How to install geminiai-chat-python

pip install geminiai-chat-python --upgrade
Enter fullscreen mode Exit fullscreen mode

Documentation
GeminiAI-Chat offers a seamless way to incorporate intelligent, responsive AI chat features

from GeminiAIChat.core import API


res = API("your_api_key") # https://aistudio.google.com/app/apikey
res.prompt("what is python")
print(res.response())

Enter fullscreen mode Exit fullscreen mode

Get API KEY
https://aistudio.google.com/app/apikey

Issues
https://github.com/MominIqbal-1234/geminiai-chat-python/issues

💖 💪 🙅 🚩
mominiqbal1234
Momin Iqbal

Posted on April 13, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

gemini-chat-python
googlecloud gemini-chat-python

April 13, 2024