langchain/tests/unit_tests/llms
Zander Chase f4d3cf2dfb
Add Invocation Params (#4509)
### Add Invocation Params to Logged Run


Adds an llm type to each chat model as well as an override of the dict()
method to log the invocation parameters for each call

---------

Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
2023-05-11 15:34:06 -07:00
..
__init__.py
fake_chat_model.py Add Invocation Params (#4509) 2023-05-11 15:34:06 -07:00
fake_llm.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
test_base.py
test_callbacks.py Add on_chat_message_start (#4499) 2023-05-11 11:06:39 -07:00
test_loading.py
test_utils.py