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
Thanh Nguyen b5e2ba3a47
community[minor]: add chat model llamacpp (#22589)
- **PR title**: [community] add chat model llamacpp


- **PR message**:
- **Description:** This PR introduces a new chat model integration with
llamacpp_python, designed to work similarly to the existing ChatOpenAI
model.
      + Work well with instructed chat, chain and function/tool calling.
+ Work with LangGraph (persistent memory, tool calling), will update
soon

- **Dependencies:** This change requires the llamacpp_python library to
be installed.
    
@baskaryan

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
3 months ago
..
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
konko.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_anthropic.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_azureml_endpoint.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_azureopenai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
test_baichuan.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_bedrock.py community[patch]: import flattening fix (#20110) 5 months ago
test_dappier.py community[minor]: Dappier chat model integration (#19370) 6 months ago
test_edenai.py community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
test_ernie.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
test_fireworks.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_friendli.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_google_palm.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_huggingface.py community[minor]: add hf chat wrapper (#14736) 9 months ago
test_hunyuan.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
test_imports.py community[minor]: add chat model llamacpp (#22589) 3 months ago
test_javelin_ai_gateway.py community[patch]: standardize init args, update for javelin sdk release. (#21980) 4 months ago
test_kinetica.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
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_ollama.py community: add standard chat model params to Ollama (#22446) 4 months ago
test_openai.py Standardized openai init params (#21739) 4 months ago
test_perplexity.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_premai.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_tongyi.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_yuan2.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
test_zhipuai.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago