mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-19 22:14:28 +01:00
fixed config bug
This commit is contained in:
@@ -3,6 +3,7 @@ import abc
|
||||
from config import AbstractSingleton, Config
|
||||
import openai
|
||||
|
||||
cfg = Config()
|
||||
|
||||
def get_ada_embedding(text):
|
||||
text = text.replace("\n", " ")
|
||||
|
||||
Reference in New Issue
Block a user