private-gpt/private_gpt/components/llm
Javier Martinez 01b7ccd064
fix(config): make tokenizer optional and include a troubleshooting doc (#1998)
* docs: add troubleshooting

* fix: pass HF token to setup script and prevent to download tokenizer when it is empty

* fix: improve log and disable specific tokenizer by default

* chore: change HF_TOKEN environment to be aligned with default config

* ifx: mypy
2024-07-17 10:06:27 +02:00
..
custom fix: Replacing unsafe `eval()` with `json.loads()` (#1890) 2024-04-30 09:58:19 +02:00
__init__.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
llm_component.py fix(config): make tokenizer optional and include a troubleshooting doc (#1998) 2024-07-17 10:06:27 +02:00
prompt_helper.py fix(LLM): mistral ignoring assistant messages (#1954) 2024-05-30 15:41:16 +02:00