langchain/docs/modules/llms/integrations
Charles Frye e9799d6821
improves huggingface_hub example (#988)
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.
2023-02-10 17:56:15 -08:00
..
azure_openai_example.ipynb Fix the env variable for OpenAI Base Url (#639) 2023-01-17 22:30:29 -08:00
huggingface_hub.ipynb improves huggingface_hub example (#988) 2023-02-10 17:56:15 -08:00
manifest.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00