mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
Refactor/move singleton out of config module (#3161)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
"""Agent manager for managing GPT agents"""
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import List, Union
|
||||
from typing import List
|
||||
|
||||
from autogpt.config.config import Config, Singleton
|
||||
from autogpt.config.config import Config
|
||||
from autogpt.llm_utils import create_chat_completion
|
||||
from autogpt.singleton import Singleton
|
||||
from autogpt.types.openai import Message
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user