mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-21 07:54:21 +01:00
Feature/llm data structs (#3486)
* Organize all the llm stuff into a subpackage * Add structs for interacting with llms
This commit is contained in:
@@ -10,8 +10,8 @@ from openai.error import APIError, RateLimitError, Timeout
|
||||
|
||||
from autogpt.config import Config
|
||||
from autogpt.llm.api_manager import ApiManager
|
||||
from autogpt.llm.base import Message
|
||||
from autogpt.logs import logger
|
||||
from autogpt.types.openai import Message
|
||||
|
||||
|
||||
def retry_openai_api(
|
||||
|
||||
Reference in New Issue
Block a user