Bugfix/remove breakpoint from embedding function (#5022)

* Add links to github issues in the README and clarify run instructions

* Remove breakpoint from embedding function
This commit is contained in:
James Collins
2023-07-20 09:24:14 -07:00
committed by GitHub
parent db95d4cb84
commit 98c3f6b781

View File

@@ -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,