remove trailing whitespace

This commit is contained in:
Peter Edwards
2023-04-13 08:41:18 +02:00
parent d46e1fb755
commit 285627e216

View File

@@ -102,7 +102,7 @@ class Config(metaclass=Singleton):
elif model == "text-embedding-ada-002":
return self.azure_model_to_deployment_id_map["embedding_model_deployment_id"]
else:
return ""
return ""
AZURE_CONFIG_FILE = os.path.join(os.path.dirname(__file__), '..', 'azure.yaml')