Spaces:
Running
Running
jianghuyihei
commited on
Commit
·
73d711d
1
Parent(s):
64412fd
fix
Browse files
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 |
-
|
20 |
-
for key, value in config.items():
|
21 |
-
|
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()
|