Update run_coder.py
Browse files- run_coder.py +2 -2
run_coder.py
CHANGED
@@ -5,7 +5,7 @@ import hydra
|
|
5 |
from aiflows.backends.api_info import ApiInfo
|
6 |
from aiflows.messages import InputMessage
|
7 |
from aiflows.utils.general_helpers import read_yaml_file
|
8 |
-
from aiflows.utils.general_helpers import
|
9 |
|
10 |
from aiflows import logging
|
11 |
from aiflows.flow_cache import CACHING_PARAMETERS, clear_cache
|
@@ -81,7 +81,7 @@ if __name__ == "__main__":
|
|
81 |
cfg = read_yaml_file(cfg_path)
|
82 |
|
83 |
# ~~~ setting api information into config ~~~
|
84 |
-
|
85 |
|
86 |
# ~~~ setting memory files into config ~~~
|
87 |
set_up_memfiles()
|
|
|
5 |
from aiflows.backends.api_info import ApiInfo
|
6 |
from aiflows.messages import InputMessage
|
7 |
from aiflows.utils.general_helpers import read_yaml_file
|
8 |
+
from aiflows.utils.general_helpers import quick_load
|
9 |
|
10 |
from aiflows import logging
|
11 |
from aiflows.flow_cache import CACHING_PARAMETERS, clear_cache
|
|
|
81 |
cfg = read_yaml_file(cfg_path)
|
82 |
|
83 |
# ~~~ setting api information into config ~~~
|
84 |
+
quick_load(cfg, api_information)
|
85 |
|
86 |
# ~~~ setting memory files into config ~~~
|
87 |
set_up_memfiles()
|