mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
cli[patch]: ruff 0.5 (#23833)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Test Chat__ModuleName__ chat model."""
|
||||
|
||||
from __module_name__.chat_models import Chat__ModuleName__
|
||||
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
"""Test __ModuleName__ embeddings."""
|
||||
|
||||
from __module_name__.embeddings import __ModuleName__Embeddings
|
||||
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
"""Test __ModuleName__LLM llm."""
|
||||
|
||||
from __module_name__.llms import __ModuleName__LLM
|
||||
|
||||
|
||||
|
@@ -1,6 +1,5 @@
|
||||
"""Test chat model integration."""
|
||||
|
||||
|
||||
from __module_name__.chat_models import Chat__ModuleName__
|
||||
|
||||
|
||||
|
@@ -1,6 +1,5 @@
|
||||
"""Test embedding model integration."""
|
||||
|
||||
|
||||
from __module_name__.embeddings import __ModuleName__Embeddings
|
||||
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
"""Test __ModuleName__ Chat API wrapper."""
|
||||
|
||||
from __module_name__ import __ModuleName__LLM
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user