Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.5.0
metadata
title: discord-bot
app_file: app/__main__.py
sdk: gradio
sdk_version: 4.26.0
Capstone Project
Requirements
- Docker.
- Docker Compose.
- Poetry for Python package and environment management.
Installation
Set up virtual environment
python -m venv venv
. venv/bin/activate
Install dependencies
- Install poetry: https://python-poetry.org/
- Install dependencies
poetry install
Local Requirements
poetry install --with local
Download embedding and(or) LLM models
bash prestart.sh
Download web images and creating indices
bash index.sh
Install pre-commit
hooks
pre-commit install
Running
docker compose up -d
poetry run python -m app