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/langchain_community/chat_models
mrhbj 9212c9fcb8
community[patch]: fix hunyuan client json analysis (#22452) (#22767)
Thank you for contributing to LangChain!

- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [x] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
3 months ago
..
__init__.py community[patch]: Add unit test to verify that init is correctly defined (#22030) 4 months ago
anthropic.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
anyscale.py community[minor]: import fix (#20995) 4 months ago
azure_openai.py infra: rm unused # noqa violations (#22049) 4 months ago
azureml_endpoint.py infra: rm unused # noqa violations (#22049) 4 months ago
baichuan.py community[patch]: Add missing type annotations (#22758) 3 months ago
baidu_qianfan_endpoint.py community[patch]: Standardize qianfan model init args name (#22322) 3 months ago
bedrock.py community[patch]: Fix message formatting for Anthropic models on Amazon Bedrock (#20801) 5 months ago
cohere.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
coze.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
dappier.py community[minor]: Dappier chat model integration (#19370) 6 months ago
databricks.py community[patch]: Update documentation string in databricks chat model (#21915) 4 months ago
deepinfra.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
edenai.py community[minor]: Add tools calls to `ChatEdenAI` (#22320) 3 months ago
ernie.py community[patch]: chat model mypy fixes (#17061) 7 months ago
everlyai.py community[minor]: import fix (#20995) 4 months ago
fake.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
fireworks.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
friendli.py community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 6 months ago
gigachat.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
google_palm.py Refactor: use SecretStr for palm chat-model (#15100) 8 months ago
gpt_router.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
huggingface.py community[patch]: deprecate all HF classes (#22444) 3 months ago
human.py infra: add print rule to ruff (#16221) 7 months ago
hunyuan.py community[patch]: fix hunyuan client json analysis (#22452) (#22767) 3 months ago
javelin_ai_gateway.py community[patch]: standardize init args, update for javelin sdk release. (#21980) 4 months ago
jinachat.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
kinetica.py community[patch]: type ignore fixes (#18395) 6 months ago
konko.py community[minor]: import fix (#20995) 4 months ago
litellm.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
litellm_router.py community[patch]: callback before yield for _stream/_astream (#17907) 7 months ago
llama_edge.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
maritalk.py community[patch]: Add maritalk streaming (sync and async) (#19203) 4 months ago
meta.py docs: docstrings `langchain_community` update (#14889) 9 months ago
minimax.py community[minor]: Implement MiniMaxChat interface (#22391) 3 months ago
mlflow.py community[patch]: Fix ChatDatabricsk in case that streaming response doesn't have role field in delta chunk (#21897) 4 months ago
mlflow_ai_gateway.py community[patch]: chat model mypy fixes (#17061) 7 months ago
mlx.py docs: community docstring updates (#21040) 4 months ago
moonshot.py community(patch) fix MoonshotChat moonshot_api_key is invaild for api key (#21361) 4 months ago
octoai.py community[minor]: add ChatOctoAI (#20059) 5 months ago
ollama.py Ollama vision support (#22734) 3 months ago
openai.py Standardized openai init params (#21739) 4 months ago
pai_eas_endpoint.py community[patch]: docstrings update (#20301) 5 months ago
perplexity.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
premai.py communty[patch]: Native RAG Support in Prem AI langchain (#22238) 3 months ago
promptlayer_openai.py docs: use standard openai params (#20160) 5 months ago
solar.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
sparkllm.py community[patch]: Update the default “API URL” and “MODEL” of sparkllm (#22070) 4 months ago
tongyi.py community[patch]: Update tongyi.py to support MultimodalConversation in dashscope. (#21249) 4 months ago
vertexai.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
volcengine_maas.py community[patch]: add stop parameter support to volcengine maas (#19052) 6 months ago
yandex.py community[patch]: docstrings update (#20301) 5 months ago
yuan2.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
zhipuai.py community[patch]: upgrade to recent version of mypy (#21616) 4 months ago