AgentVerse's picture
bump version to 0.1.8
01523b5
raw
history blame contribute delete
191 Bytes
from agentverse.registry import Registry
llm_registry = Registry(name="LLMRegistry")
from .base import BaseLLM, BaseChatModel, BaseCompletionModel, LLMResult
from .openai import OpenAIChat