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
Nuno Campos e194dc5306
Make lckwargs private (#6344)
<!--
Thank you for contributing to LangChain! Your PR will appear in our
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.

Finally, we'd love to show appreciation for your contribution - if you'd
like us to shout you out on Twitter, please also include your handle!
-->

<!-- Remove if not applicable -->

Fixes # (issue)

#### Before submitting

<!-- If you're adding a new integration, please include:

1. a test for the integration - favor unit tests that does not rely on
network access.
2. an example notebook showing its use


See contribution guidelines for more information on how to write tests,
lint
etc:


https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
-->

#### Who can review?

Tag maintainers/contributors who might be interested:

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @hwchase17

  VectorStores / Retrievers / Memory
  - @dev2049

 -->
12 months ago
..
__init__.py Add oobabooga/text-generation-webui support as a llm (#5997) 12 months ago
ai21.py support kwargs (#5990) 12 months ago
aleph_alpha.py support kwargs (#5990) 12 months ago
anthropic.py Make lckwargs private (#6344) 12 months ago
anyscale.py support kwargs (#5990) 12 months ago
aviary.py support kwargs (#5990) 12 months ago
bananadev.py support kwargs (#5990) 12 months ago
base.py Make lckwargs private (#6344) 12 months ago
baseten.py support kwargs (#5990) 12 months ago
beam.py support kwargs (#5990) 12 months ago
bedrock.py support kwargs (#5990) 12 months ago
cerebriumai.py support kwargs (#5990) 12 months ago
cohere.py support kwargs (#5990) 12 months ago
ctransformers.py support kwargs (#5990) 12 months ago
databricks.py support kwargs (#5990) 12 months ago
deepinfra.py support kwargs (#5990) 12 months ago
fake.py support kwargs (#5990) 12 months ago
forefrontai.py support kwargs (#5990) 12 months ago
google_palm.py support kwargs (#5990) 12 months ago
gooseai.py support kwargs (#5990) 12 months ago
gpt4all.py support kwargs (#5990) 12 months ago
huggingface_endpoint.py support kwargs (#5990) 12 months ago
huggingface_hub.py support kwargs (#5990) 12 months ago
huggingface_pipeline.py support kwargs (#5990) 12 months ago
huggingface_text_gen_inference.py support kwargs (#5990) 12 months ago
human.py support kwargs (#5990) 12 months ago
llamacpp.py support kwargs (#5990) 12 months ago
loading.py Harrison/improve cache (#368) 1 year ago
manifest.py support kwargs (#5990) 12 months ago
modal.py support kwargs (#5990) 12 months ago
mosaicml.py Update output format of MosaicML endpoint to be more flexible (#6060) 12 months ago
nlpcloud.py support kwargs (#5990) 12 months ago
openai.py Make lckwargs private (#6344) 12 months ago
openlm.py Add OpenLM LLM multi-provider (#4993) 1 year ago
petals.py support kwargs (#5990) 12 months ago
pipelineai.py support kwargs (#5990) 12 months ago
predictionguard.py support kwargs (#5990) 12 months ago
promptlayer_openai.py support kwargs (#5990) 12 months ago
replicate.py support kwargs (#5990) 12 months ago
rwkv.py support kwargs (#5990) 12 months ago
sagemaker_endpoint.py support kwargs (#5990) 12 months ago
self_hosted.py support kwargs (#5990) 12 months ago
self_hosted_hugging_face.py support kwargs (#5990) 12 months ago
stochasticai.py support kwargs (#5990) 12 months ago
textgen.py Add oobabooga/text-generation-webui support as a llm (#5997) 12 months ago
utils.py Harrison/cleanup env check (#144) 2 years ago
vertexai.py support kwargs (#5990) 12 months ago
writer.py support kwargs (#5990) 12 months ago