You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/de/LC_MESSAGES/base.po
+11-8
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,20 @@ msgid ""
20
20
"\n## Welcome to Ask.UOS!\n###"
21
21
" Ask.UOS is a chatbot powered by OpenAI's GPT-4. \n### We are excited to assist you with this first experimental release!"
22
22
" \n\nWe take precautions to ensure a low rate of inaccurate answers. However, for your safety and to ensure the reliability of any information you receive, we recommend using human oversight in your decision-making processes, as this helps confirm that the information is safe, accurate, and appropriate for your needs."
23
-
"\nIf you're ever unsure about an answer, please check the provided sources."
23
+
"\nIf you're ever unsure about an answer, please check the provided sources. You can also refer directly to the [university's website]({})."
24
+
"\n\nIf you need personal assistance regarding studying at the university, you can visit the [StudiOS]({}) (Studierenden-Information Osnabrück) or [ZSB]({}) (Zentrale Studienberatung Osnabrück) website."
24
25
"\n\nPlease note that the University of Osnabrück cannot be held liable for any actions, losses, or damages that may arise from the use of the chatbot."
25
-
" \n\nIf you're interested, please follow the links to find more information about our [data protection policies]({}) and [imprint]({}).\n"
26
+
" \n\nWhile interacting with the Chatbot, avoid sharing personal information. If you're interested, please follow the links to find more information about our [data protection policies]({}) and [imprint]({}).\n"
26
27
27
28
28
29
msgstr""
29
30
"\n## Willkommen bei Ask.UOS!\n### "
30
-
"Ask.UOS ist ein Chatbot, der von OpenAIs GPT-4 angetrieben wird. \n### Wir freuen uns darauf, Sie mit dieser ersten experimentellen Version zu unterstützen!"
31
-
"\n\nWir treffen Vorkehrungen, um eine geringe Rate an ungenauen Antworten zu gewährleisten. Zu Ihrer Sicherheit und um die Verlässlichkeit der erhaltenen Informationen zu gewährleisten, empfehlen wir Ihnen jedoch, Ihre Entscheidungsprozesse von Menschen überwachen zu lassen, da dies dazu beiträgt, sicherzustellen, dass die Informationen sicher, korrekt und für Ihre Bedürfnisse geeignet sind."
32
-
" Wenn Sie sich bei einer Antwort unsicher sind, überprüfen Sie bitte die angegebenen Quellen."
31
+
"Ask.UOS ist ein Chatbot, der auf OpenAIs GPT-4 basiert. \n### Wir freuen uns, Ihnen mit dieser ersten experimentellen Version zur Seite zu stehen!"
32
+
"\n\nWir arbeiten daran, die Anzahl ungenauer Antworten so gering wie möglich zu halten. Um jedoch sicherzustellen, dass die Informationen verlässlich und auf Ihre Bedürfnisse abgestimmt sind, empfehlen wir, sich zu wichtigen Entscheidungen menschliche Unterstützung holen."
33
+
" Wenn Sie sich bei einer Antwort unsicher sind, überprüfen Sie bitte die angegebenen Quellen. Sie können auch direkt die Website der [Universität Osnabrück]({}) besuchen"
34
+
"\n\nWenn Sie persönliche Unterstützung zum Studium an der Universität benötigen, können Sie die Website des [StudiOS]({}) (Studierenden-Information Osnabrück) oder der [ZSB]({}) (Zentrale Studienberatung Osnabrück) besuchen."
33
35
"\n\nBitte beachten Sie, dass die Universität Osnabrück nicht für Handlungen, Verluste oder Schäden haftbar gemacht werden kann, die durch die Nutzung des Chatbots entstehen."
34
-
"\n\nBei Interesse folgen Sie bitte den Links, um weitere Informationen über unsere [Datenschutzrichtlinien]({}) und [Impressum]({}) zu erhalten.\n"
36
+
"\n\nVermeiden Sie bei der Interaktion mit dem Chatbot die Weitergabe persönlicher Informationen. Bei Interesse folgen Sie bitte den Links, um weitere Informationen über unsere [Datenschutzrichtlinien]({}) und [Impressum]({}) zu erhalten.\n"
35
37
36
38
37
39
msgid"Sources"
@@ -43,8 +45,9 @@ msgstr "Chatten beginnen"
43
45
msgid"Continue Chatting"
44
46
msgstr"Weiter chatten"
45
47
46
-
msgid"How can I help you?"
47
-
msgstr"Wie kann ich Ihnen helfen?"
48
+
msgid"Hello! I am happy to assist you with questions about the University of Osnabrück, including information about study programs, application processes, admission requirements and other university-related topics. \n How can I help you today?"
49
+
msgstr"Hallo! Ich unterstütze Sie gerne bei Fragen zur Universität Osnabrück, einschließlich Informationen zu Studiengängen, Bewerbungsprozessen, Zulassungsvoraussetzungen und anderen universitätsbezogenen Themen.\n Wie kann ich Ihnen heute helfen?"
50
+
48
51
49
52
msgid"The responses from the chat assistant may be incorrect - therefore, please verify the answers for their correctness."
50
53
msgstr"Die Ausgaben des Chat-Assistenten können fehlerhaft sein - überprüfen Sie die Antworten daher unbedingt auf ihre Korrektheit."
Copy file name to clipboardExpand all lines: pages/ask_uos_chat.py
+14-2
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ def show_warning(self):
51
51
definitialize_chat(self):
52
52
"""Initialize the chat messages in session state if not present."""
53
53
if"messages"notinst.session_state:
54
-
greeting_message=session_state["_"]("How can I help you?")
54
+
greeting_message=session_state["_"](
55
+
"Hello! I am happy to assist you with questions about the University of Osnabrück, including information about study programs, application processes, admission requirements and other university-related topics. \n How can I help you today?"
### We are excited to assist you with this first experimental release!
27
27
28
28
We take precautions to ensure a low rate of inaccurate answers. However, for your safety and to ensure the reliability of any information you receive, we recommend using human oversight in your decision-making processes, as this helps confirm that the information is safe, accurate, and appropriate for your needs.
29
-
If you're ever unsure about an answer, please check the provided sources.
29
+
If you're ever unsure about an answer, please check the provided sources. You can also refer directly to the [university's website]({}).
30
+
31
+
If you need personal assistance regarding studying at the university, you can visit the [StudiOS]({}) (Studierenden-Information Osnabrück) or [ZSB]({}) (Zentrale Studienberatung Osnabrück) website.
30
32
31
33
Please note that the University of Osnabrück cannot be held liable for any actions, losses, or damages that may arise from the use of the chatbot.
32
34
33
-
If you're interested, please follow the links to find more information about our [data protection policies]({}) and [imprint]({}).
35
+
While interacting with the Chatbot, avoid sharing personal information. If you're interested, please follow the links to find more information about our [data protection policies]({}) and [imprint]({}).
0 commit comments