LS-chatbot-log / run.sh
Rulga's picture
Add FastAPI and Streamlit integration with log analysis functionality
1355db4
raw
history blame contribute delete
218 Bytes
#!/bin/bash
# Запуск Streamlit и FastAPI параллельно
streamlit run app.py & # Запуск чат-бота
uvicorn api.main:app --reload # Запуск API для анализа логов