Skip to content

Commit

Permalink
Adiciona DeepseekModelComponent ao __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchristi committed Dec 25, 2024
1 parent 23842cb commit 21d56da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/base/langflow/components/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from .perplexity import PerplexityComponent
from .sambanova import SambaNovaComponent
from .vertexai import ChatVertexAIComponent
from .deepseek import DeepseekModelComponent

__all__ = [

Check failure on line 22 in src/backend/base/langflow/components/models/__init__.py

View workflow job for this annotation

GitHub Actions / Ruff Style Check (3.12)

Ruff (I001)

src/backend/base/langflow/components/models/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
"AIMLModelComponent",
Expand All @@ -26,6 +27,7 @@
"ChatOllamaComponent",
"ChatVertexAIComponent",
"CohereComponent",
"DeepseekModelComponent",
"GoogleGenerativeAIComponent",
"GroqModel",
"HuggingFaceEndpointsComponent",
Expand Down

0 comments on commit 21d56da

Please sign in to comment.