From 98c3f6b78190801a21777d0307b18941fd617ab6 Mon Sep 17 00:00:00 2001 From: James Collins Date: Thu, 20 Jul 2023 09:24:14 -0700 Subject: [PATCH] Bugfix/remove breakpoint from embedding function (#5022) * Add links to github issues in the README and clarify run instructions * Remove breakpoint from embedding function --- autogpt/memory/vector/utils.py | 2 -- 1 file changed, 2 deletions(-) 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,