diff --git a/autogpt/config/config.py b/autogpt/config/config.py index 538128cb..13659132 100644 --- a/autogpt/config/config.py +++ b/autogpt/config/config.py @@ -145,7 +145,7 @@ class Config(metaclass=Singleton): else: return "" - AZURE_CONFIG_FILE = os.path.join(os.path.dirname(__file__), "..", "azure.yaml") + AZURE_CONFIG_FILE = os.path.join(os.path.dirname(__file__), "../..", "azure.yaml") def load_azure_config(self, config_file: str = AZURE_CONFIG_FILE) -> None: """ diff --git a/azure.yaml.template b/azure.yaml.template index 74ca797b..ab6e9fb6 100644 --- a/azure.yaml.template +++ b/azure.yaml.template @@ -1,4 +1,4 @@ -azure_api_type: azure_ad +azure_api_type: azure azure_api_base: your-base-url-for-azure azure_api_version: api-version-for-azure azure_model_map: