From ddf9e03ed6b2abe32b5681cfc2da802ce8e8439b Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Tue, 11 Jun 2024 21:30:46 +0200 Subject: [PATCH] add assistant limitations --- src/02_product-documentation/limitations.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/02_product-documentation/limitations.tex b/src/02_product-documentation/limitations.tex index b11aae5..70987ff 100644 --- a/src/02_product-documentation/limitations.tex +++ b/src/02_product-documentation/limitations.tex @@ -16,3 +16,8 @@ \section{Language limitations} The chatbot currently supports only English for both text messages and audio messages. Therefore, users should only interact with the chatbot in English. + + \section{Assistant limitations} + While the OpenAI assistant completes all tasks without any problems, the Mixtral assistant struggles with some tasks. + Specifically, the Mixtral assistant hallucinates ingredient quantities and does not provide step-by-step instructions, even when asked. + More information about this can be found in the \hyperref[sec:appendix/testing-protocols/llm-behavior-tests]{LLM behavior tests}. -- GitLab