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
Mario Kostelac aff44d0a98
(OpenAI) Add model_name to LLMResult.llm_output (#1713)
Given that different models have very different latencies and pricings,
it's benefitial to pass the information about the model that generated
the response. Such information allows implementing custom callback
managers and track usage and price per model.

Addresses https://github.com/hwchase17/langchain/issues/1557.
2 years ago
..
integration_tests (OpenAI) Add model_name to LLMResult.llm_output (#1713) 2 years ago
unit_tests sql: do not hard code the LIMIT clause in the table_info section (#1563) 2 years ago
__init__.py