Homeopathy-LLM / run.sh
ItsCxdy's picture
Update run.sh
ec4df6d verified
raw
history blame contribute delete
174 Bytes
#!/bin/bash
echo "nameserver 8.8.8.8" > /etc/resolv.conf
# Ensure the log directory exists
mkdir -p UserChatLogs
# Execute the main Python bot script
python telegram_bot.py