mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 23:14:25 +01:00
added missing import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"""Agent manager for managing GPT agents"""
|
"""Agent manager for managing GPT agents"""
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
from typing import Union
|
||||||
from autogpt.llm_utils import create_chat_completion
|
from autogpt.llm_utils import create_chat_completion
|
||||||
from autogpt.config.config import Singleton
|
from autogpt.config.config import Singleton
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user