Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ItsCxdy
/
Homeopathy-LLM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ItsCxdy
commited on
15 days ago
Commit
4098289
·
verified
·
1 Parent(s):
3ba2122
Create run.sh
Browse files
Files changed (1)
hide
show
run.sh
+7
-0
run.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Ensure the log directory exists
4
+
mkdir -p UserChatLogs
5
+
6
+
# Execute the main Python bot script
7
+
python telegram_bot.py