Spaces:
Running
Running
| # config.py | |
| # Constants | |
| BASE_MODEL_PATH = "/tmp/downloaded_models" # Use /tmp for writable storage in Hugging Face Spaces | |
| GOOGLE_DRIVE_FOLDER_ID = "1nzACZH5I9_0KC6fAYAxOaRdMVxDMUDL-" # Google Drive folder ID | |
| CUSTOM_CHATBOTS_DIR = "/tmp/Custom-Chatbots" # Use a writable directory |