You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/tests/unit_tests/chat_models
ccurme 481d3855dc
patch: remove usage of llm, chat model __call__ (#20788)
- `llm(prompt)` -> `llm.invoke(prompt)`
- `llm(prompt=prompt` -> `llm.invoke(prompt)` (same with `messages=`)
- `llm(prompt, callbacks=callbacks)` -> `llm.invoke(prompt,
config={"callbacks": callbacks})`
- `llm(prompt, **kwargs)` -> `llm.invoke(prompt, **kwargs)`
5 months ago
..
__init__.py
konko.py patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
test_anthropic.py
test_azureml_endpoint.py
test_azureopenai.py
test_baichuan.py community[patch]: standardize baichuan init args (#20209) 6 months ago
test_bedrock.py community[patch]: import flattening fix (#20110) 6 months ago
test_dappier.py community[minor]: Dappier chat model integration (#19370) 6 months ago
test_edenai.py
test_ernie.py
test_fireworks.py
test_friendli.py community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 7 months ago
test_google_palm.py
test_huggingface.py
test_hunyuan.py
test_imports.py community[minor]: add ChatOctoAI (#20059) 6 months ago
test_javelin_ai_gateway.py
test_kinetica.py
test_llama_edge.py patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
test_mlx.py community[minor]: Add support for MLX models (chat & llm) (#18152) 6 months ago
test_openai.py community[patch]: update use of deprecated llm methods (#20393) 6 months ago
test_perplexity.py community[patch]: standardize chat init args (#20844) 5 months ago
test_premai.py community[minor]: Prem AI langchain integration (#19113) 6 months ago
test_tongyi.py community[patch]: Add function call support in Tongyi chat model. (#20119) 5 months ago
test_yuan2.py
test_zhipuai.py community[minor]: Update ChatZhipuAI to support GLM-4 model (#16695) 6 months ago