Rahmans_LLM-Chat / start.sh
ruslanmv's picture
update
42e16df
raw
history blame
No virus
127 Bytes
#!/bin/bash
# Source the virtual environment
source /app/venv/bin/activate
# Run the Python application
exec python ./run.py