The processing speed is tested for both text input and audio input.
The processing speed is tested for both text input and audio input.
...
@@ -42,13 +42,14 @@
...
@@ -42,13 +42,14 @@
\end{figure}
\end{figure}
\subsection{Interim Conclusion}
\subsection{Interim Conclusion}
The OpenAI assistant is faster than the Mixtral assistant in all aspects.
Although these times are not entirely representative, they clearly show that the OpenAI assistant is much faster than the Mixtral assistant in all aspects.
The Mixtral assistant offers a high level of privacy because the Mixtral LLM used is hosted at OST and therefore the user's input is not sent to an external service.
The Mixtral assistant offers a high level of privacy because the used Mixtral LLM is hosted at OST and therefore the user's input is not sent to an external service.
The conversation is also only stored for one day, after which it is deleted and cannot be recovered.
The conversation is also only stored for one day, after which it is deleted and cannot be recovered.
The OpenAI assistant on the other hand uses the OpenAI API.
The OpenAI assistant on the other hand uses the OpenAI API.
OpenAI stores the conversation history forever.
However, OpenAI claims, that they \href{https://platform.openai.com/docs/introduction}{do not use API data for training}.
However, OpenAI claims, that they \href{https://platform.openai.com/docs/introduction}{do not use API data for training}.
\subsection{Interim Conclusion}
\subsection{Interim Conclusion}
...
@@ -56,4 +57,4 @@
...
@@ -56,4 +57,4 @@
\section{Conclusion}
\section{Conclusion}
The previous comparisons clearly show, that the OpenAI assistant performs better than the Mixtral assistant in both \hyperref[sec:appendix/assistant-comparison/behavior-tests]{response quality and correctness} and \hyperref[sec:appendix/assistant-comparison/processing-speed]{speed}.
The previous comparisons clearly show, that the OpenAI assistant performs better than the Mixtral assistant in both \hyperref[sec:appendix/assistant-comparison/behavior-tests]{response quality and correctness} and \hyperref[sec:appendix/assistant-comparison/processing-speed]{speed}.
What is better about the Mixtral assistant is its privacy.
What is better about the Mixtral assistant is its \hyperref[sec:appendix/assistant-comparison/privacy]{privacy}.