private-gpt/private_gpt/components/llm
Pablo Orgaz c7212ac7cc
Some checks failed
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
fix(LLM): mistral ignoring assistant messages (#1954)
* fix: mistral ignoring assistant messages

* fix: typing

* fix: fix tests
2024-05-30 15:41:16 +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 Add timeout parameter for better support of openailike LLM tools on local computer (like LM Studio). (#1858) 2024-05-10 16:44:08 +02:00
prompt_helper.py fix(LLM): mistral ignoring assistant messages (#1954) 2024-05-30 15:41:16 +02:00