Skip to content

Repository files navigation

Python Intro Live Class

Setup

  1. Create virtual environment:
python3 -m venv .chatbot_env
source .chatbot_env/bin/activate
  1. Install dependencies:
pip install litellm python-dotenv
  1. Set up environment variables:
cp .env.example .env

Then edit .env and add your Gemini API key:

GEMINI_API_KEY=your_actual_gemini_api_key_here

Running the Chatbot

Run the interactive chatbot CLI:

python cli.py

Type 'exit' or 'quit' to end the conversation.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages