mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-08 15:54:26 +01:00
Merge pull request #1155 from Torantulino/richbeales-patch-2
Flake8 linter fix E302
This commit is contained in:
@@ -5,6 +5,7 @@ import openai
|
||||
|
||||
cfg = Config()
|
||||
|
||||
|
||||
def get_ada_embedding(text):
|
||||
text = text.replace("\n", " ")
|
||||
if cfg.use_azure:
|
||||
|
||||
Reference in New Issue
Block a user