jianghuyihei commited on
Commit
73d711d
·
1 Parent(s): 64412fd
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -15,10 +15,10 @@ import uuid
15
  import yaml
16
  import os
17
 
18
- with open('/Users/jianghuyihei/code/MultiResearchAgent/config.yaml', 'r') as file:
19
- config = yaml.safe_load(file)
20
- for key, value in config.items():
21
- os.environ[key] = str(value)
22
 
23
  lock = threading.Lock()
24
  app = FastAPI()
 
15
  import yaml
16
  import os
17
 
18
+ # with open('/Users/jianghuyihei/code/MultiResearchAgent/config.yaml', 'r') as file:
19
+ # config = yaml.safe_load(file)
20
+ # for key, value in config.items():
21
+ # os.environ[key] = str(value)
22
 
23
  lock = threading.Lock()
24
  app = FastAPI()