diff --git a/src/04_Appendix/assistant-comparison.tex b/src/04_Appendix/assistant-comparison.tex
index b428cb14dd9029dc49794177a4afc249eae63b4f..d15f3e5da44e4358369e73a51bac3cdc2bae78aa 100644
--- a/src/04_Appendix/assistant-comparison.tex
+++ b/src/04_Appendix/assistant-comparison.tex
@@ -8,7 +8,7 @@
             The \nameref{sec:appendix/testing-protocols/llm-behavior-tests} clearly show, that the Mixtral assistant currently has some significant deficites.
             In particular, the hallucination of ingredient quantities and the inability to provide step-by-step guidance make the assistant very unreliable.
 
-            The OpenAI assistant however provides assistance in the most common use cases.
+            The OpenAI assistant on the other hand provides assistance in all common use cases.
 
     \section{Processing Speed}\label{sec:appendix/assistant-comparison/processing-speed}
         The processing speed is tested for both text input and audio input.
@@ -42,13 +42,14 @@
             \end{figure}
 
         \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.
 
     \section{Privacy}\label{sec:appendix/assistant-comparison/privacy}
-        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 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}.
 
         \subsection{Interim Conclusion}
@@ -56,4 +57,4 @@
 
     \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}.
-        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}.