DO1DeepSeelChatBot / README.md
Alejadro Sanchez-Giraldo
simple implementation of flags
26db21a

A newer version of the Gradio SDK is available: 5.15.0

Upgrade
metadata
title: DO1DeepSeelChatBot
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.0.1
app_file: app.py
pinned: false
license: mit
short_description: This is a simple chatbot to generte code using DeepSeeK

An example chatbot using Gradio, huggingface_hub, and the Hugging Face Inference API.

This is a chatbot that interacts with the Fantasy Premier League (FPL) API to provide information about players, teams, and stats.

python3 -m venv dschatbot  
source dschatbot/bin/activate

Installation

  1. Install the dependencies:

    pip install -r requirements.txt
    
  2. Run the chatbot:

    source .env
    sdkKEY=${sdkKEY} python app.py
    

Usage