DEV Community

Momin Iqbal
Momin Iqbal

Posted on

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

Top comments (0)