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/llms
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
fake_chat_model.py
fake_llm.py
konko.py patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
test_ai21.py infra: add print rule to ruff (#16221) 8 months ago
test_aleph_alpha.py infra: add print rule to ruff (#16221) 8 months ago
test_anyscale.py infra: add print rule to ruff (#16221) 8 months ago
test_bananadev.py community[patch]: introduce convert_to_secret() to bananadev llm (#14283) 6 months ago
test_bedrock.py community[minor]: Bedrock async methods (#12477) 8 months ago
test_callbacks.py patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
test_cerebriumai.py infra: add print rule to ruff (#16221) 8 months ago
test_databricks.py community[patch]: Databricks - fix scope of dangerous deserialization error in Databricks LLM connector (#20368) 6 months ago
test_fireworks.py infra: add print rule to ruff (#16221) 8 months ago
test_forefrontai.py infra: add print rule to ruff (#16221) 8 months ago
test_friendli.py community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 7 months ago
test_gooseai.py
test_gradient_ai.py patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
test_imports.py community[minor]: Add support for MLX models (chat & llm) (#18152) 6 months ago
test_llamafile.py community[minor]: Adds Llamafile as an LLM (#17431) 8 months ago
test_loading.py
test_minimax.py infra: add print rule to ruff (#16221) 8 months ago
test_moonshot.py community[minor]: add support for Moonshot llm and chat model (#17100) 6 months ago
test_oci_generative_ai.py infra: add -p to mkdir in lint steps (#17013) 8 months ago
test_oci_model_deployment_endpoint.py community: add OCI Endpoint (#14250) 9 months ago
test_ollama.py patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
test_openai.py community[patch]: Fix chat openai unit test (#17124) 8 months ago
test_pipelineai.py infra: add print rule to ruff (#16221) 8 months ago
test_predibase.py community: Support both Predibase SDK-v1 and SDK-v2 in Predibase-LangChain integration (#20859) 5 months ago
test_stochasticai.py infra: add print rule to ruff (#16221) 8 months ago
test_symblai_nebula.py infra: add print rule to ruff (#16221) 8 months ago
test_together.py infra: add print rule to ruff (#16221) 8 months ago
test_utils.py
test_watsonxllm.py