langchain/libs/community/langchain_community/chat_models
zR 9c1d7f2405
update zhipuai notebook (#20595)
fix timeout issue
fix zhipuai usecase notebookbook

Thank you for contributing to LangChain!

- [ ] **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"


- [ ] **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!


- [ ] **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.


- [ ] **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, hwchase17.
2024-04-18 10:12:12 -04:00
..
__init__.py community[minor]: add ChatOctoAI (#20059) 2024-04-17 03:20:56 -07:00
anthropic.py community[patch]: move pdf text tests to integration (#18746) 2024-03-07 10:34:22 -08:00
anyscale.py
azure_openai.py
azureml_endpoint.py community[patch]: Support Streaming in Azure Machine Learning (#18246) 2024-03-28 23:38:20 +00:00
baichuan.py community[patch]: standardize baichuan init args (#20209) 2024-04-09 11:00:40 -05:00
baidu_qianfan_endpoint.py community[patch]: standardize init args (#20166) 2024-04-16 18:30:26 -07:00
bedrock.py docs: aws docs updates (#20571) 2024-04-17 23:32:00 +00:00
cohere.py community[patch]: fix bug in cohere that async for a coroutine in ChatCohere (#19381) 2024-03-27 21:34:46 -07:00
dappier.py community[minor]: Dappier chat model integration (#19370) 2024-03-25 07:29:05 +00:00
databricks.py community[patch]: Make ChatDatabricks model supports streaming response (#19912) 2024-04-16 23:34:49 +00:00
deepinfra.py
edenai.py
ernie.py
everlyai.py
fake.py
fireworks.py community[patch]: deprecate community fireworks (#18544) 2024-03-05 01:04:26 +00:00
friendli.py community[minor]: Integration for Friendli LLM and ChatFriendli ChatModel. (#17913) 2024-03-08 02:20:47 +00:00
gigachat.py community[minor]: Added GigaChat Embeddings support + updated previous GigaChat integration (#19516) 2024-03-25 16:08:37 -07:00
google_palm.py
gpt_router.py
huggingface.py community[patch]: Add streaming logic in ChatHuggingFace (#18784) 2024-04-16 19:17:03 -07:00
human.py
hunyuan.py
javelin_ai_gateway.py
jinachat.py
kinetica.py community[patch]: type ignore fixes (#18395) 2024-03-01 11:21:02 -08:00
konko.py
litellm_router.py
litellm.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
llama_edge.py
maritalk.py community: Add model argument for maritalk models and better error handling (#19187) 2024-03-16 15:18:56 -07:00
meta.py
minimax.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
mlflow_ai_gateway.py
mlflow.py community[patch]: Make ChatDatabricks model supports streaming response (#19912) 2024-04-16 23:34:49 +00:00
mlx.py community[minor]: Add support for MLX models (chat & llm) (#18152) 2024-04-09 14:17:07 +00:00
moonshot.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
octoai.py community[minor]: add ChatOctoAI (#20059) 2024-04-17 03:20:56 -07:00
ollama.py community[patch]: Add "model" attribute to the payload sent to Ollama in ChatOllama (#20354) 2024-04-12 13:32:53 -04:00
openai.py docs: use standard openai params (#20160) 2024-04-08 10:56:53 -05:00
pai_eas_endpoint.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
perplexity.py community[patch]: Invoke callback prior to yielding token (#18449) 2024-03-03 14:14:00 -08:00
premai.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
promptlayer_openai.py docs: use standard openai params (#20160) 2024-04-08 10:56:53 -05:00
solar.py upstage: init package (#20574) 2024-04-17 23:25:36 +00:00
sparkllm.py community[patch]:sparkllm standardize init args (#20194) 2024-04-13 16:03:19 -07:00
tongyi.py community[patch]: Add function call support in Tongyi chat model. (#20119) 2024-04-17 20:42:23 +00:00
vertexai.py
volcengine_maas.py community[patch]: add stop parameter support to volcengine maas (#19052) 2024-03-17 01:58:50 +00:00
yandex.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
yuan2.py community[patch]: fix yuan2 chat model errors while invoke. (#19015) 2024-03-15 16:28:36 -07:00
zhipuai.py update zhipuai notebook (#20595) 2024-04-18 10:12:12 -04:00