mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
8dcad0f272
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. |
||
---|---|---|
.. | ||
__init__.py | ||
test_langchain.py |