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/langchain/llms
Baichuan Sun 6157bdf9d9
Add API Header for Amazon API Gateway Authentication (#6902)
Add API Headers support for Amazon API Gateway to enable Authentication
using DynamoDB.

<!-- Thank you for contributing to LangChain!

Replace this comment with:
  - Description: a description of the change, 
  - Issue: the issue # it fixes (if applicable),
  - Dependencies: any dependencies required for this change,
- Tag maintainer: for a quicker response, tag the relevant maintainer
(see below),
- Twitter handle: we announce bigger features on Twitter. If your PR
gets announced and you'd like a mention, we'll gladly shout you out!

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.

Maintainer responsibilities:
  - General / Misc / if you don't know who to tag: @dev2049
  - DataLoaders / VectorStores / Retrievers: @rlancemartin, @eyurtsev
  - Models / Prompts: @hwchase17, @dev2049
  - Memory: @hwchase17
  - Agents / Tools / Toolkits: @vowelparrot
  - Tracing / Callbacks: @agola11
  - Async: @agola11

If no one reviews your PR within a few days, feel free to @-mention the
same people again.

See contribution guidelines for more information on how to write/run
tests, lint, etc:
https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
 -->
1 year ago
..
__init__.py Harrison/octo ml (#6897) 1 year ago
ai21.py support kwargs (#5990) 1 year ago
aleph_alpha.py Fix LLM types so that they can be loaded from config dicts (#6235) 1 year ago
amazon_api_gateway.py Add API Header for Amazon API Gateway Authentication (#6902) 1 year ago
anthropic.py Fix the issue where ANTHROPIC_API_URL set in environment is not takin… (#6400) 1 year ago
anyscale.py Fixed a link typo /-/route -> /-/routes. and change endpoint format (#6186) 1 year ago
aviary.py Fix ray-project/Aviary integration (#6607) 1 year ago
azureml_endpoint.py Add AzureML endpoint LLM wrapper (#6580) 1 year ago
bananadev.py Fix LLM types so that they can be loaded from config dicts (#6235) 1 year ago
base.py split up batch llm calls into separate runs (#5804) 1 year ago
baseten.py support kwargs (#5990) 1 year ago
beam.py support kwargs (#5990) 1 year ago
bedrock.py support kwargs (#5990) 1 year ago
cerebriumai.py support kwargs (#5990) 1 year ago
clarifai.py Clarifai integration (#5954) 1 year ago
cohere.py support kwargs (#5990) 1 year ago
ctransformers.py support kwargs (#5990) 1 year ago
databricks.py support kwargs (#5990) 1 year ago
deepinfra.py support kwargs (#5990) 1 year ago
fake.py support kwargs (#5990) 1 year ago
forefrontai.py support kwargs (#5990) 1 year ago
google_palm.py support kwargs (#5990) 1 year ago
gooseai.py support kwargs (#5990) 1 year ago
gpt4all.py support kwargs (#5990) 1 year ago
huggingface_endpoint.py support kwargs (#5990) 1 year ago
huggingface_hub.py support kwargs (#5990) 1 year ago
huggingface_pipeline.py support kwargs (#5990) 1 year ago
huggingface_text_gen_inference.py Add async support for HuggingFaceTextGenInference (#6507) 1 year ago
human.py support kwargs (#5990) 1 year ago
llamacpp.py Fix LLM types so that they can be loaded from config dicts (#6235) 1 year ago
loading.py Harrison/improve cache (#368) 2 years ago
manifest.py support kwargs (#5990) 1 year ago
modal.py support kwargs (#5990) 1 year ago
mosaicml.py Fix LLM types so that they can be loaded from config dicts (#6235) 1 year ago
nlpcloud.py support kwargs (#5990) 1 year ago
octoai_endpoint.py Harrison/octo ml (#6897) 1 year ago
openai.py Tiktoken override (#6697) 1 year ago
openllm.py Add OpenLLM wrapper(#6578) 1 year ago
openlm.py Add OpenLM LLM multi-provider (#4993) 1 year ago
petals.py support kwargs (#5990) 1 year ago
pipelineai.py support kwargs (#5990) 1 year ago
predictionguard.py support kwargs (#5990) 1 year ago
promptlayer_openai.py support kwargs (#5990) 1 year ago
replicate.py fix: llm caching for replicate (#6396) 1 year ago
rwkv.py Fix LLM types so that they can be loaded from config dicts (#6235) 1 year ago
sagemaker_endpoint.py support kwargs (#5990) 1 year ago
self_hosted.py support kwargs (#5990) 1 year ago
self_hosted_hugging_face.py support kwargs (#5990) 1 year ago
stochasticai.py support kwargs (#5990) 1 year ago
textgen.py Add oobabooga/text-generation-webui support as a llm (#5997) 1 year ago
utils.py Harrison/cleanup env check (#144) 2 years ago
vertexai.py bump version to 219 (#6899) 1 year ago
writer.py support kwargs (#5990) 1 year ago