langchain/libs/community/tests/unit_tests/llms
shahrin014 86321a949f
community: Ollama - Parameter structure to follow official documentation (#16035)
## Feature
- Follow parameter structure as per official documentation 
- top level parameters (e.g. model, system, template) will be passed as
top level parameters
  - other parameters will be sent in options unless options is provided

![image](https://github.com/langchain-ai/langchain/assets/17451563/d14715d9-9701-4ee3-b44b-89fffea62389)

## Tests
- Test if top level parameters handled properly
- Test if parameters that are not top level parameters are handled as
options
- Test if options is provided, it will be passed as is
2024-01-15 10:17:58 -08:00
..
__init__.py
fake_chat_model.py
fake_llm.py
test_ai21.py
test_aleph_alpha.py
test_anyscale.py
test_bedrock.py
test_callbacks.py
test_cerebriumai.py
test_fireworks.py
test_forefrontai.py
test_gooseai.py
test_gradient_ai.py
test_imports.py community: add OCI Endpoint (#14250) 2023-12-20 11:52:20 -08:00
test_loading.py
test_minimax.py
test_oci_model_deployment_endpoint.py community: add OCI Endpoint (#14250) 2023-12-20 11:52:20 -08:00
test_ollama.py community: Ollama - Parameter structure to follow official documentation (#16035) 2024-01-15 10:17:58 -08:00
test_openai.py openai[minor]: implement langchain-openai package (#15503) 2024-01-05 15:03:28 -08:00
test_pipelineai.py Refactor: use SecretStr for PipelineAI llms (#15120) 2023-12-26 13:00:58 -08:00
test_stochasticai.py Refactor: use SecretStr for StochasticAI llms (#15118) 2023-12-26 12:59:51 -08:00
test_symblai_nebula.py
test_together.py
test_utils.py
test_watsonxllm.py