Spaces:
Runtime error
Runtime error
Alex
commited on
Commit
·
a2250c9
1
Parent(s):
7f04bf9
Update README.md
Browse files
README.md
CHANGED
@@ -10,3 +10,15 @@ pinned: false
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
# EinfachChat
|
15 |
+
|
16 |
+
EinfachChat ist eine KI-gestützte Chatbot-Anwendung, die auf der Streamlit-Bibliothek und dem Celestinian/PromptGPT-Modell basiert. Die Anwendung bietet eine benutzerfreundliche Oberfläche mit anpassbaren Parametern für die Textgenerierung.
|
17 |
+
|
18 |
+
## Installation
|
19 |
+
|
20 |
+
Stellen Sie sicher, dass Python 3.8 oder höher auf Ihrem System installiert ist. Führen Sie dann den folgenden Befehl aus, um die benötigten Bibliotheken zu installieren:
|
21 |
+
|
22 |
+
```bash
|
23 |
+
pip install -r requirements.txt
|
24 |
+
|