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
Nuno Campos 696886f397
Use serialized format for messages in tracer (#6827)
<!-- 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 initial commit 2 years ago
test_ai21.py Harrison/cohere experimental (#638) 2 years ago
test_aleph_alpha.py add aleph alpha llm (#1207) 2 years ago
test_anthropic.py Callbacks Refactor [base] (#3256) 1 year ago
test_anyscale.py Add LLMs support for Anyscale Service (#4350) 1 year ago
test_aviary.py Fix ray-project/Aviary integration (#6607) 1 year ago
test_azureml_endpoint.py Add AzureML endpoint LLM wrapper (#6580) 1 year ago
test_banana.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_baseten.py Baseten integration (#5862) 1 year ago
test_beam.py Beam (#4996) 1 year ago
test_cerebrium.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_clarifai.py Clarifai integration (#5954) 1 year ago
test_cohere.py Harrison/llm saving (#331) 2 years ago
test_ctransformers.py Add C Transformers for GGML Models (#5218) 1 year ago
test_deepinfra.py Add DeepInfra embeddings integration with tests and examples, better exception handling for Deep Infra LLM (#5854) 1 year ago
test_forefrontai.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_google_palm.py Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
test_gooseai.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_gpt4all.py [Breaking] Migrate GPT4All to use PyGPT4All (#3934) 1 year ago
test_huggingface_endpoint.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_huggingface_hub.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_huggingface_pipeline.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_llamacpp.py Callbacks Refactor [base] (#3256) 1 year ago
test_manifest.py Harrison/fix lint (#138) 2 years ago
test_modal.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_mosaicml.py Add MosaicML inference endpoints (#4607) 1 year ago
test_nlpcloud.py Harrison/llm saving (#331) 2 years ago
test_octoai_endpoint.py Harrison/octo ml (#6897) 1 year ago
test_openai.py Use serialized format for messages in tracer (#6827) 1 year ago
test_openllm.py Add OpenLLM wrapper(#6578) 1 year ago
test_openlm.py Add OpenLM LLM multi-provider (#4993) 1 year ago
test_petals.py Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
test_pipelineai.py Add PipelineAI LLM integration (#3644) 1 year ago
test_predictionguard.py Harrison/prediction guard update (#5404) 1 year ago
test_promptlayer_openai.py Harrison/llm integrations (#1039) 2 years ago
test_propmptlayer_openai_chat.py Harrison/prompt layer (#1547) 2 years ago
test_replicate.py Add replicate take 2 (#2077) 1 year ago
test_rwkv.py Add support for rwkv (#2422) 1 year ago
test_self_hosted_llm.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
test_stochasticai.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_vertexai.py Harrison/vertex (#5049) 1 year ago
test_writer.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
utils.py Harrison/improve cache (#368) 2 years ago