mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-10 17:46:15 +00:00
The provided example uses the default `max_length` of `20` tokens, which leads to the example generation getting cut off. 20 tokens is way too short to show CoT reasoning, so I boosted it to `64`. Without knowing HF's API well, it can be hard to figure out just where those `model_kwargs` come from, and `max_length` is a super critical one. |
||
---|---|---|
.. | ||
examples | ||
integrations | ||
async_llm.ipynb | ||
generic_how_to.rst | ||
getting_started.ipynb | ||
how_to_guides.rst | ||
integrations.rst | ||
key_concepts.md |