Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlexTian
/
Lite_LLM_Assistant
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
225fe85
Lite_LLM_Assistant
/
config.py
AlexTian
beta
fc3a968
9 months ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
json
def
load_config
():
with
open
(
'config.json'
,
'r'
)
as
file:
config = json.load(file)
return
config