mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 02:50:31 +00:00
partner: Add groq partner integration and chat model (#17856)
Description: Add a Groq chat model issue: TODO Dependencies: groq Twitter handle: N/A
This commit is contained in:
7
libs/partners/groq/tests/unit_tests/test_imports.py
Normal file
7
libs/partners/groq/tests/unit_tests/test_imports.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from langchain_groq import __all__
|
||||
|
||||
EXPECTED_ALL = ["ChatGroq"]
|
||||
|
||||
|
||||
def test_all_imports() -> None:
|
||||
assert sorted(EXPECTED_ALL) == sorted(__all__)
|
Reference in New Issue
Block a user