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)`
2 months ago
..
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
konko.py patch: remove usage of llm, chat model __call__ (#20788) 2 months ago
test_anthropic.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
test_azureml_endpoint.py infra: add print rule to ruff (#16221) 5 months ago
test_azureopenai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
test_baichuan.py community[patch]: standardize baichuan init args (#20209) 3 months ago
test_bedrock.py community[patch]: import flattening fix (#20110) 3 months ago
test_dappier.py community[minor]: Dappier chat model integration (#19370) 3 months ago
test_edenai.py infra: add -p to mkdir in lint steps (#17013) 5 months ago
test_ernie.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
test_fireworks.py infra: add print rule to ruff (#16221) 5 months ago
test_friendli.py community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 4 months ago
test_google_palm.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
test_huggingface.py community[minor]: add hf chat wrapper (#14736) 6 months ago
test_hunyuan.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
test_imports.py community[minor]: add ChatOctoAI (#20059) 2 months ago
test_javelin_ai_gateway.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
test_kinetica.py community[minor]: add Kinetica LLM wrapper (#17879) 4 months ago
test_llama_edge.py patch: remove usage of llm, chat model __call__ (#20788) 2 months ago
test_mlx.py community[minor]: Add support for MLX models (chat & llm) (#18152) 3 months ago
test_openai.py community[patch]: update use of deprecated llm methods (#20393) 3 months ago
test_perplexity.py community[patch]: standardize chat init args (#20844) 2 months ago
test_premai.py community[minor]: Prem AI langchain integration (#19113) 3 months ago
test_tongyi.py community[patch]: Add function call support in Tongyi chat model. (#20119) 2 months ago
test_yuan2.py community[minor]: integrate chat models with Yuan2.0 (#16575) 4 months ago
test_zhipuai.py community[minor]: Update ChatZhipuAI to support GLM-4 model (#16695) 3 months ago