Spaces:
Runtime error
Runtime error
File size: 717 Bytes
7ec2e5f a2250c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: AllIN
emoji: 🔥
colorFrom: pink
colorTo: red
sdk: gradio
sdk_version: 3.29.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# EinfachChat
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.
## Installation
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:
```bash
pip install -r requirements.txt
|