mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
Added delete schema
This commit is contained in:
parent
0a326c1e43
commit
2fe78b4b5f
8 changed files with 35 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue