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/langchain/chat_models
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>
1 year ago
..
__init__.py Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 1 year ago
anthropic.py Callbacks Refactor [base] (#3256) 1 year ago
azure_openai.py Add Invocation Params (#4509) 1 year ago
base.py Add Invocation Params (#4509) 1 year ago
google_palm.py Add Invocation Params (#4509) 1 year ago
openai.py Add Invocation Params (#4509) 1 year ago
promptlayer_openai.py Add Invocation Params (#4509) 1 year ago