Skip to content

Commit

Permalink
Bugfix/remove breakpoint from embedding function (#5022)
Browse files Browse the repository at this point in the history
* Add links to github issues in the README and clarify run instructions

* Remove breakpoint from embedding function
  • Loading branch information
collijk committed Jul 20, 2023
1 parent db95d4c commit 98c3f6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autogpt/memory/vector/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 98c3f6b

Please sign in to comment.