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/tests/integration_tests/llms
Zander Chase c4cb55a0c5
[Breaking] Migrate GPT4All to use PyGPT4All (#3934)
Seems the pyllamacpp package is no longer the supported bindings from
gpt4all. Tested that this works locally.

Given that the older models weren't very performant, I think it's better
to migrate now without trying to include a lot of try / except blocks

---------

Co-authored-by: Nissan Pow <npow@users.noreply.github.com>
Co-authored-by: Nissan Pow <pownissa@amazon.com>
1 year ago
..
__init__.py
test_ai21.py
test_aleph_alpha.py
test_anthropic.py Callbacks Refactor [base] (#3256) 1 year ago
test_banana.py
test_cerebrium.py
test_cohere.py
test_forefrontai.py
test_google_palm.py Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
test_gooseai.py
test_gpt4all.py [Breaking] Migrate GPT4All to use PyGPT4All (#3934) 1 year ago
test_huggingface_endpoint.py
test_huggingface_hub.py
test_huggingface_pipeline.py
test_llamacpp.py Callbacks Refactor [base] (#3256) 1 year ago
test_manifest.py
test_modal.py
test_nlpcloud.py
test_openai.py Callbacks Refactor [base] (#3256) 1 year ago
test_petals.py
test_pipelineai.py Add PipelineAI LLM integration (#3644) 1 year ago
test_predictionguard.py Harrison/prediction guard (#3490) 1 year ago
test_promptlayer_openai.py
test_propmptlayer_openai_chat.py
test_replicate.py
test_rwkv.py
test_self_hosted_llm.py
test_stochasticai.py
test_writer.py
utils.py