Files
langchain/tests/unit_tests
Zander Chase 8dcad0f272 Add Support for Flexible Input Format for LLM and Chat Model Runs (#4805)
Previously, the client expected a strict 'prompt' or 'messages' format
and wouldn't permit running a chat model or llm on prompts or messages
(respectively).

Since many datasets may want to specify custom key: string , relax this
requirement.
Also, add support for running a chat model on raw prompts and LLM on
chat messages through their respective fallbacks.
2023-05-17 14:24:17 +00:00
..
2023-05-13 21:47:10 -07:00
2023-04-30 11:14:09 -07:00
2023-05-11 15:34:06 -07:00
2023-05-01 20:55:56 -07:00
2023-05-12 11:54:40 -07:00