mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-08 08:44:23 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user