How To Build A Personal Helper CLI Bot With Python & Google Palm AI

Опубликовано: 23 Октябрь 2024
на канале: Build Cool Stuffs
123
5

Build A Personal CLI Helper Bot With Python & Palm

In this tutorial I showed how to create a personal CLI bot with Python and Google Palm API

Please subscribe to my YouTube channel, it motivates me to do more tutorials like this

   • How to run python file with custom na...  

Links

Get your API key from Makersuite
https://makersuite.google.com/app/home

Link to Palm API documentation
https://developers.generativeai.googl...

install the Palm API module with
pip install google-generativeai or pip3 install google-generativeai

Jupyter Notebook
https://pypi.org/project/jupyterlab/
Or install it with
pip install jupyterlab or pip3 install jupyterlab

Python dotenv
https://pypi.org/project/python-dotenv/
OR install with
pip install python-dotenv or pip3 install python-dotenv

Link to lesson files on my GitHub repository
https://github.com/paulosabayomi/cli-...

OR clone it on the CLI with
git clone https://github.com/paulosabayomi/cli-...

#python #helper #bot #palmapi #makersuite