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

@@ -3,7 +3,7 @@ import string
import pytest
from numpy.random import RandomState
from autogpt.llm_utils import get_ada_embedding
from autogpt.llm.llm_utils import get_ada_embedding
from tests.utils import requires_api_key