Added delete schema

This commit is contained in:
Saurab-Shrestha 2024-02-06 13:28:09 +05:45
parent 0a326c1e43
commit 2fe78b4b5f
8 changed files with 35 additions and 13 deletions

View file

@ -2,4 +2,4 @@ import os
from pathlib import Path
PROJECT_ROOT_PATH: Path = Path(__file__).parents[1]
UPLOAD_DIR = os.path.join(os.getcwd(), "uploads")
UPLOAD_DIR = r"C:\Users\Dbuser\QuickGPT\backend\privateGPT\private_gpt\static"