mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-21 07:54:21 +01:00
Organize all the llm stuff into a subpackage (#3436)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user