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
Alexey Nominas c9e2a01875
Update GPT4ALL integration (#4567)
# Update GPT4ALL integration

GPT4ALL have completely changed their bindings. They use a bit odd
implementation that doesn't fit well into base.py and it will probably
be changed again, so it's a temporary solution.

Fixes #3839, #4628
1 year ago
..
__init__.py agent serialization (#4642) 1 year ago
ai21.py Callbacks Refactor [base] (#3256) 1 year ago
aleph_alpha.py Callbacks Refactor [base] (#3256) 1 year ago
anthropic.py Callbacks Refactor [base] (#3256) 1 year ago
anyscale.py Add LLMs support for Anyscale Service (#4350) 1 year ago
bananadev.py Callbacks Refactor [base] (#3256) 1 year ago
base.py Harrison/standard llm interface (#4615) 1 year ago
cerebriumai.py Callbacks Refactor [base] (#3256) 1 year ago
cohere.py Callbacks Refactor [base] (#3256) 1 year ago
deepinfra.py Callbacks Refactor [base] (#3256) 1 year ago
fake.py agent serialization (#4642) 1 year ago
forefrontai.py Callbacks Refactor [base] (#3256) 1 year ago
google_palm.py Exponential back-off support for Google PaLM api (#4001) 1 year ago
gooseai.py Callbacks Refactor [base] (#3256) 1 year ago
gpt4all.py Update GPT4ALL integration (#4567) 1 year ago
huggingface_endpoint.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
huggingface_hub.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
huggingface_pipeline.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
huggingface_text_gen_inference.py Added support for streaming output response to HuggingFaceTextgenInference LLM class (#4633) 1 year ago
human.py Add HumanInputLLM (#4160) 1 year ago
llamacpp.py llama-cpp: add gpu layers parameter (#4739) 1 year ago
loading.py Harrison/improve cache (#368) 1 year ago
manifest.py Callbacks Refactor [base] (#3256) 1 year ago
modal.py Callbacks Refactor [base] (#3256) 1 year ago
nlpcloud.py Callbacks Refactor [base] (#3256) 1 year ago
openai.py add alias for model (#4553) 1 year ago
petals.py Callbacks Refactor [base] (#3256) 1 year ago
pipelineai.py Callbacks Refactor [base] (#3256) 1 year ago
predictionguard.py Callbacks Refactor [base] (#3256) 1 year ago
promptlayer_openai.py Callbacks Refactor [base] (#3256) 1 year ago
replicate.py Callbacks Refactor [base] (#3256) 1 year ago
rwkv.py Callbacks Refactor [base] (#3256) 1 year ago
sagemaker_endpoint.py Callbacks Refactor [base] (#3256) 1 year ago
self_hosted.py Callbacks Refactor [base] (#3256) 1 year ago
self_hosted_hugging_face.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
stochasticai.py Callbacks Refactor [base] (#3256) 1 year ago
utils.py Harrison/cleanup env check (#144) 2 years ago
writer.py Update writer integration (#4363) 1 year ago