google gemini has entered the chat.
Created by: russellballestrini
modified: README.rst
modified: app.py
Summary by CodeRabbit
-
New Features
- Introduced new environment variables for API keys:
GOOGLE_API_KEYand updatedXAI_API_KEY. - Added commands for interacting with new Google Gemini models:
gemini-flash,gemini-flash-8b, andgemini-pro. - Enhanced chat functionality to support interactions with the new AI models.
- Introduced new environment variables for API keys:
-
Bug Fixes
- Removed duplicate declaration of the
XAI_API_KEY.
- Removed duplicate declaration of the
-
Documentation
- Updated
README.rstto reflect new environment variables and commands.
- Updated