langchain/libs/community/tests/integration_tests/chat_models
NuODaniel 7773943a51
community:qianfan endpoint support init params & remove useless params definietion (#15381)
- **Description:**
- support custom kwargs in object initialization. For instantance, QPS
differs from multiple object(chat/completion/embedding with diverse
models), for which global env is not a good choice for configuration.
  - **Issue:** no
  - **Dependencies:** no
  - **Twitter handle:** no

@baskaryan PTAL
2024-01-01 13:12:31 -08:00
..
__init__.py
test_anthropic.py
test_azure_openai.py
test_azureml_endpoint.py
test_baichuan.py
test_baiduqianfan.py
test_bedrock.py
test_ernie.py
test_fireworks.py
test_google_palm.py
test_gpt_router.py community[minor]: rename ChatGPTRouter to GPTRouter (#14913) 2023-12-19 10:48:52 -05:00
test_hunyuan.py
test_jinachat.py
test_konko.py community: replace deprecated davinci models (#14860) 2023-12-18 13:49:46 -08:00
test_litellm.py
test_openai.py community: replace deprecated davinci models (#14860) 2023-12-18 13:49:46 -08:00
test_pai_eas_chat_endpoint.py
test_promptlayer_openai.py
test_qianfan_endpoint.py community:qianfan endpoint support init params & remove useless params definietion (#15381) 2024-01-01 13:12:31 -08:00
test_tongyi.py
test_vertexai.py Update Vertex AI to include Gemini (#14670) 2023-12-13 10:45:02 -08:00
test_volcengine_maas.py