Lite_LLM_Assistant / config.py
AlexTian's picture
beta
fc3a968
raw
history blame contribute delete
126 Bytes
import json
def load_config():
with open('config.json', 'r') as file:
config = json.load(file)
return config