mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
747b5f87c2
Related: #4028, I opened a new PR because (1) I was unable to unstage mistakenly committed files (I'm not familiar with git enough to resolve this issue), (2) I felt closing the original PR and opening a new PR would be more appropriate if I changed the class name. This PR creates HumanInputLLM(HumanLLM in #4028), a simple LLM wrapper class that returns user input as the response. I also added a simple Jupyter notebook regarding how and why to use this LLM wrapper. In the notebook, I went over how to use this LLM wrapper and showed example of testing `WikipediaQueryRun` using HumanInputLLM. I believe this LLM wrapper will be useful especially for debugging, educational or testing purpose. |
||
---|---|---|
.. | ||
async_llm.ipynb | ||
custom_llm.ipynb | ||
fake_llm.ipynb | ||
human_input_llm.ipynb | ||
llm_caching.ipynb | ||
llm_serialization.ipynb | ||
llm.json | ||
llm.yaml | ||
streaming_llm.ipynb | ||
token_usage_tracking.ipynb |