Skip to content

Commit

Permalink
Merge pull request #1155 from Torantulino/richbeales-patch-2
Browse files Browse the repository at this point in the history
Flake8 linter fix E302
  • Loading branch information
p-i- authored Apr 13, 2023
2 parents ff52b20 + f4ff62f commit 36dc481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/memory/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

cfg = Config()


def get_ada_embedding(text):
text = text.replace("\n", " ")
if cfg.use_azure:
Expand Down

0 comments on commit 36dc481

Please sign in to comment.