项目重构
This commit is contained in:
@@ -19,7 +19,3 @@ else:
|
||||
|
||||
with open(CONFIG_PATH, 'r', encoding='utf-8') as config_file:
|
||||
project_config = json.load(config_file)
|
||||
|
||||
|
||||
LLM = ChatOpenAI(model=project_config['llm_model_name'], api_key= SecretStr(project_config['llm_secret_key']),
|
||||
base_url=project_config['llm_base_url'], temperature=0.01)
|
||||
|
||||
Reference in New Issue
Block a user