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

@@ -2,7 +2,7 @@
from __future__ import annotations
from autogpt.commands.command import command
from autogpt.llm_utils import call_ai_function
from autogpt.llm import call_ai_function
@command(