Skip to content

Commit

Permalink
Update API references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Dec 14, 2023
1 parent a80ec40 commit 49ccbd9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 49ccbd9

Please sign in to comment.