From 49ccbd95aef7637b62b8738dab332d8c18cd8815 Mon Sep 17 00:00:00 2001 From: Mohammed Rabil Date: Thu, 14 Dec 2023 22:39:08 +0530 Subject: [PATCH] Update API references in README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2eeed5..2d4c444 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## README.md -**A Python Telegram bot powered by Google's Bard API** +**A Python Telegram bot powered by Google's `gemini-pro` LLM API** -This is a Python Telegram bot that uses Google's Bard API to generate creative text formats based on user input. It is designed to be a fun and interactive way to explore the possibilities of large language models. +This is a Python Telegram bot that uses Google's gemini-pro LLM API to generate creative text formats based on user input. It is designed to be a fun and interactive way to explore the possibilities of large language models. ### Features @@ -17,9 +17,8 @@ This is a Python Telegram bot that uses Google's Bard API to generate creative t ### Requirements * Python 3.10+ -* pipenv (recommended) * Telegram Bot API token -* Google Bard API key +* Google `gemini-pro` API key * dotenv (for environment variables) ### Installation