diff --git a/autogpt/memory/vector/utils.py b/autogpt/memory/vector/utils.py index 1b050d56..bee5c27b 100644 --- a/autogpt/memory/vector/utils.py +++ b/autogpt/memory/vector/utils.py @@ -57,8 +57,6 @@ def get_embedding( f" with model '{model}'" + (f" via Azure deployment '{kwargs['engine']}'" if config.use_azure else "") ) - if config.use_azure: - breakpoint() embeddings = iopenai.create_embedding( input,