cli[patch]: ruff 0.5 (#23833)

This commit is contained in:
Bagatur
2024-07-03 14:33:15 -04:00
committed by GitHub
parent 55f6f91f17
commit a4798802ef
19 changed files with 42 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
"""Test Chat__ModuleName__ chat model."""
from __module_name__.chat_models import Chat__ModuleName__

View File

@@ -1,4 +1,5 @@
"""Test __ModuleName__ embeddings."""
from __module_name__.embeddings import __ModuleName__Embeddings

View File

@@ -1,4 +1,5 @@
"""Test __ModuleName__LLM llm."""
from __module_name__.llms import __ModuleName__LLM

View File

@@ -1,6 +1,5 @@
"""Test chat model integration."""
from __module_name__.chat_models import Chat__ModuleName__

View File

@@ -1,6 +1,5 @@
"""Test embedding model integration."""
from __module_name__.embeddings import __ModuleName__Embeddings

View File

@@ -1,4 +1,5 @@
"""Test __ModuleName__ Chat API wrapper."""
from __module_name__ import __ModuleName__LLM