mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
5 lines
167 B
Python
5 lines
167 B
Python
import os
|
|
from pathlib import Path
|
|
|
|
PROJECT_ROOT_PATH: Path = Path(__file__).parents[1]
|
|
UPLOAD_DIR = r"C:\Users\Dbuser\QuickGPT\backend\privateGPT\private_gpt\static"
|