Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions autogen/llm_clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
ContentParser.register("custom_type", CustomContent)
"""

from .bedrock_v2 import BedrockV2Client, BedrockV2LLMConfigEntry
from .client_v2 import ModelClientV2
from .models import (
AudioContent,
Expand All @@ -58,6 +59,7 @@
"ModelClientV2",
# Clients
"OpenAICompletionsClient",
"BedrockV2Client",
# Content blocks
"AudioContent",
"BaseContent",
Expand All @@ -74,4 +76,6 @@
# Unified formats
"UnifiedMessage",
"UnifiedResponse",
# LLM Config Entries
"BedrockV2LLMConfigEntry",
]
Loading
Loading