Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JiakunXu
/
chat_with_llm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
22d2385
chat_with_llm
/
project_settings.py
qgyd2021
[update]add main
a845f24
over 1 year ago
raw
Copy download link
history
blame
Safe
210 Bytes
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import
os
from
pathlib
import
Path
project_path = os.path.abspath(os.path.dirname(__file__))
project_path = Path(project_path)
if
__name__ ==
'__main__'
:
pass