mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
86321a949f
## 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 |
||
---|---|---|
.. | ||
__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 | ||
test_loading.py | ||
test_minimax.py | ||
test_oci_model_deployment_endpoint.py | ||
test_ollama.py | ||
test_openai.py | ||
test_pipelineai.py | ||
test_stochasticai.py | ||
test_symblai_nebula.py | ||
test_together.py | ||
test_utils.py | ||
test_watsonxllm.py |