chat implementiert

This commit is contained in:
2026-03-01 20:21:35 +00:00
parent 277bdc78d1
commit fe3a25fa3a
13 changed files with 360 additions and 29 deletions

8
content/de/chat.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "AI Demo Lab"
flag: "🇩🇪"
welcome_message: "Hallo! Ich bin die Demo-KI von Ground Zero Lab. Wie kann ich dir helfen?"
placeholder: "Nachricht eingeben..."
sent_btn: Senden
layout: "chat"
---

8
content/en/chat.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "AI Demo Lab"
flag: "🇬🇧"
welcome_message: "Hello! I am the demo AI from Ground Zero Lab. How can I help you?"
placeholder: "Enter message..."
sent_btn: Send
layout: "chat"
---

8
content/es/chat.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "AI Demo Lab"
flag: "🇪🇸"
welcome_message: "Здравствуйте! Я демонстрационный ИИ Ground Zero Lab. Чем могу помочь?"
placeholder: "Введите сообщение..."
sent_btn: Отправить
layout: "chat"
---

8
content/fr/chat.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "AI Demo Lab"
flag: "🇫🇷"
welcome_message: "Bonjour ! Je suis l'IA de démonstration de Ground Zero Lab. Comment puis-je vous aider ?"
placeholder: "Entrez un message..."
sent_btn: Envoyer
layout: "chat"
---

8
content/ru/chat.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "AI Demo Lab"
flag: "🇷🇺"
welcome_message: "Здравствуйте! Я демонстрационный ИИ Ground Zero Lab. Чем могу помочь?"
placeholder: "Введите сообщение..."
sent_btn: Отправить
layout: "chat"
---