File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77
88class YGKAConfigManager :
9- DEFAULT_CONFIG_PATH = os .path .expanduser ('~/.ygka_config .json' )
9+ DEFAULT_CONFIG_PATH = os .path .expanduser ('~/.ygka_openai_config .json' )
1010
1111 def __init__ (
1212 self ,
@@ -22,7 +22,7 @@ def __init__(
2222 An instance of YGKAConfigManager to use as the configuration.\
2323 If None and load_config is True, loads the configuration from the configuration file.
2424 config_path: Path to the configuration file. \
25- If None, uses the default path "~/.ygka_config .json".
25+ If None, uses the default path "~/.ygka_openai_config .json".
2626 load_config: If True and config_model is None, loads the configuration from the configuration file.
2727 '''
2828 self .config_path = config_path or YGKAConfigManager .DEFAULT_CONFIG_PATH
You can’t perform that action at this time.
0 commit comments