Organize all the llm stuff into a subpackage (#3436)

This commit is contained in:
James Collins
2023-04-28 12:00:54 -07:00
committed by GitHub
parent ee4043ae19
commit 3b74d2150e
31 changed files with 59 additions and 51 deletions

View File

@@ -5,7 +5,7 @@ from weaviate import Client
from weaviate.util import get_valid_uuid
from autogpt.config import Config
from autogpt.llm_utils import get_ada_embedding
from autogpt.llm import get_ada_embedding
from autogpt.memory.weaviate import WeaviateMemory