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/llms
seray add31f46d0
community[patch]: OpenLLM Async Client Fixes and Timeout Parameter (#20007)
Same changes as this merged
[PR](https://github.com/langchain-ai/langchain/pull/17478)
(https://github.com/langchain-ai/langchain/pull/17478), but for the
async client, as the same issues persist.

- Replaced 'responses' attribute of OpenLLM's GenerationOutput schema to
'outputs'.
reference:
66de54eae7/openllm-core/src/openllm_core/_schemas.py (L135)

- Added timeout parameter for the async client.

---------

Co-authored-by: Seray Arslan <seray.arslan@knime.com>
3 months ago
..
grammars community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
__init__.py community[minor]: Add support for MLX models (chat & llm) (#18152) 3 months ago
ai21.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
aleph_alpha.py infra: add print rule to ruff (#16221) 5 months ago
amazon_api_gateway.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
anthropic.py community[patch]: move pdf text tests to integration (#18746) 4 months ago
anyscale.py community[patch]: Remove model limitation on Anyscale LLM (#17662) 4 months ago
aphrodite.py community[minor]: Add Aphrodite Engine support (#14759) 7 months ago
arcee.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
aviary.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
azureml_endpoint.py community[patch]: Support Streaming in Azure Machine Learning (#18246) 3 months ago
baichuan.py infra: add -p to mkdir in lint steps (#17013) 5 months ago
baidu_qianfan_endpoint.py community[patch]: Fix the error of Baidu Qianfan not passing the stop parameter (#18666) 3 months ago
bananadev.py community[patch]: introduce convert_to_secret() to bananadev llm (#14283) 3 months ago
baseten.py community: refactor Baseten integration with new API endpoints & docs (#15017) 6 months ago
beam.py infra: add print rule to ruff (#16221) 5 months ago
bedrock.py community[patch]: Add explicit error message to Bedrock error output. (#17328) 3 months ago
bigdl_llm.py community[minor]: migrate `bigdl-llm` to `ipex-llm` (#19518) 3 months ago
bittensor.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
cerebriumai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
chatglm.py <langchain_community\llms\chatglm.py>: <Correcting "history"> (#16729) 5 months ago
chatglm3.py community: Add ChatGLM3 (#15265) 5 months ago
clarifai.py community[patch] : Tidy up and update Clarifai SDK functions (#18314) 4 months ago
cloudflare_workersai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
cohere.py cohere[patch]: add cohere as a partner package (#19049) 3 months ago
ctransformers.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
ctranslate2.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
databricks.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 4 months ago
deepinfra.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
deepsparse.py infra: add print rule to ruff (#16221) 5 months ago
edenai.py community: replace deprecated davinci models (#14860) 7 months ago
fake.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
fireworks.py community[patch]: invoke callback prior to yielding token (fireworks) (#19388) 3 months ago
forefrontai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
friendli.py community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 4 months ago
gigachat.py community[minor]: Added GigaChat Embeddings support + updated previous GigaChat integration (#19516) 3 months ago
google_palm.py multiple[patch]: fix deprecation versions (#18349) 4 months ago
gooseai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
gpt4all.py community[patch]: Enable streaming for GPT4all (#16392) 5 months ago
gradient_ai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
huggingface_endpoint.py community: Fix import path for StreamingStdOutCallbackHandler example (#19170) 4 months ago
huggingface_hub.py Community: Fuse HuggingFace Endpoint-related classes into one (#17254) 4 months ago
huggingface_pipeline.py docs: Update docs for `HuggingFacePipeline` (#19306) 3 months ago
huggingface_text_gen_inference.py Community: Fuse HuggingFace Endpoint-related classes into one (#17254) 4 months ago
human.py infra: add print rule to ruff (#16221) 5 months ago
ipex_llm.py community[minor]: migrate `bigdl-llm` to `ipex-llm` (#19518) 3 months ago
javelin_ai_gateway.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
koboldai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
konko.py community[minor]: Adding Konko Completion endpoint (#15570) 5 months ago
layerup_security.py community[minor]: add Layerup Security integration (#19787) 3 months ago
llamacpp.py community[patch]: invoke callback prior to yielding token (llama.cpp) (#19392) 3 months ago
llamafile.py community[minor]: Adds Llamafile as an LLM (#17431) 5 months ago
loading.py community[minor]: Allow passing `allow_dangerous_deserialization` when loading LLM chain (#18894) 3 months ago
manifest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
minimax.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
mlflow.py docs: fix databricks document url (#19096) 4 months ago
mlflow_ai_gateway.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
mlx_pipeline.py community[minor]: Add support for MLX models (chat & llm) (#18152) 3 months ago
modal.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
moonshot.py community[minor]: add support for Moonshot llm and chat model (#17100) 3 months ago
mosaicml.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
nlpcloud.py community[patch]: fix top_p type hint (#15452) 6 months ago
oci_data_science_model_deployment_endpoint.py docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 6 months ago
oci_generative_ai.py community[patch]: docstrings (#16810) 5 months ago
octoai_endpoint.py community[minor]: Update OctoAI LLM, Embedding and documentation (#16710) 5 months ago
ollama.py community[patch]: Invoke callback prior to yielding token (ollama) (#18629) 3 months ago
opaqueprompts.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
openai.py community[patch]: invoke callback prior to yielding token (openai) (#19389) 3 months ago
openllm.py community[patch]: OpenLLM Async Client Fixes and Timeout Parameter (#20007) 3 months ago
openlm.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
pai_eas_endpoint.py community[patch]: Invoke callback prior to yielding token (pai_eas_endpoint) (#18627) 3 months ago
petals.py Refactor: use SecretStr for Petals llms (#15121) 6 months ago
pipelineai.py infra: add -p to mkdir in lint steps (#17013) 5 months ago
predibase.py community: extend Predibase integration to support fine-tuned LLM adapters (#19979) 3 months ago
predictionguard.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
promptlayer_openai.py Do not issue beta or deprecation warnings on internal calls (#15641) 6 months ago
replicate.py community[patch]: Invoke callback prior to yielding token (replicate) (#18626) 3 months ago
rwkv.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
sagemaker_endpoint.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
self_hosted.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 4 months ago
self_hosted_hugging_face.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
solar.py community[minor]: Add solar model chat model (#18556) 3 months ago
sparkllm.py community[patch]: Invoke callback prior to yielding token (sparkllm) (#18625) 3 months ago
stochasticai.py infra: add -p to mkdir in lint steps (#17013) 5 months ago
symblai_nebula.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
textgen.py infra: add print rule to ruff (#16221) 5 months ago
titan_takeoff.py community[patch]: Invoke callback prior to yielding token (titan_takeoff) (#18560) 4 months ago
titan_takeoff_pro.py community[patch]: Invoke callback prior to yielding token (titan_takeoff_pro) (#18624) 3 months ago
together.py together[minor]: add llm (#15853) 6 months ago
tongyi.py community[patch]: Fixed bug in merging `generation_info` during chunk concatenation in Tongyi and ChatTongyi (#19014) 4 months ago
utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
vertexai.py community[patch]: Invoke callback prior to yielding token (#18447) 4 months ago
vllm.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
volcengine_maas.py community[patch]: Invoke callback prior to yielding token (#18288) 4 months ago
watsonxllm.py ibm: added partners package `langchain_ibm`, added llm (#16512) 5 months ago
weight_only_quantization.py community[minor]: weight only quantization with intel-extension-for-transformers. (#14504) 3 months ago
writer.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
xinference.py docs: docstrings `langchain_community` update (#14889) 7 months ago
yandex.py community[patch]: YandexGPT Use recent yandexcloud sdk version (#19341) 3 months ago
yuan2.py community[patch]: fix yuan2 errors in LLMs (#19004) 3 months ago