TestGroqStandard Class — langchain Architecture
Architecture documentation for the TestGroqStandard class in test_standard.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 36a95dca_ec67_c26d_d5ec_0c28e751e166["TestGroqStandard"] f4b40f56_1158_0e72_1cac_d0121e4eabd8["ChatModelUnitTests"] 36a95dca_ec67_c26d_d5ec_0c28e751e166 -->|extends| f4b40f56_1158_0e72_1cac_d0121e4eabd8 ab93014b_8db2_74b4_9a9d_ccefaeae1462["test_standard.py"] 36a95dca_ec67_c26d_d5ec_0c28e751e166 -->|defined in| ab93014b_8db2_74b4_9a9d_ccefaeae1462 9566f66e_3514_bb5b_a7bd_721476c31ed6["chat_model_class()"] 36a95dca_ec67_c26d_d5ec_0c28e751e166 -->|method| 9566f66e_3514_bb5b_a7bd_721476c31ed6 5adc9565_03b7_b012_a759_0e60648900d0["chat_model_params()"] 36a95dca_ec67_c26d_d5ec_0c28e751e166 -->|method| 5adc9565_03b7_b012_a759_0e60648900d0
Relationship Graph
Source Code
libs/partners/groq/tests/unit_tests/test_standard.py lines 11–20
class TestGroqStandard(ChatModelUnitTests):
"""Run ChatGroq on LangChain standard tests."""
@property
def chat_model_class(self) -> type[BaseChatModel]:
return ChatGroq
@property
def chat_model_params(self) -> dict:
return {"model": "llama-3.1-8b-instant"}
Extends
Source
Frequently Asked Questions
What is the TestGroqStandard class?
TestGroqStandard is a class in the langchain codebase, defined in libs/partners/groq/tests/unit_tests/test_standard.py.
Where is TestGroqStandard defined?
TestGroqStandard is defined in libs/partners/groq/tests/unit_tests/test_standard.py at line 11.
What does TestGroqStandard extend?
TestGroqStandard extends ChatModelUnitTests.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free