♻️ Use AutoGPT template package for the plugin type

This commit is contained in:
Taylor Beeston
2023-04-17 22:10:40 -07:00
parent 9705f60dd3
commit b84de4f7f8
9 changed files with 19 additions and 265 deletions

View File

@@ -4,8 +4,7 @@ from typing import List
from autogpt.config.config import Config, Singleton
from autogpt.llm_utils import create_chat_completion
from plugin_template import Message
from autogpt.types.openai import Message
class AgentManager(metaclass=Singleton):