commit
Browse files
app.py
CHANGED
|
@@ -139,7 +139,6 @@ with gr.Blocks(title="Prüfungsrechts-Chatbot (RAG + Sprache)") as demo:
|
|
| 139 |
chatbot = gr.Chatbot(
|
| 140 |
label="Chat",
|
| 141 |
height=500,
|
| 142 |
-
type="messages", # nutzt role/content-Struktur
|
| 143 |
)
|
| 144 |
|
| 145 |
# Audio-Ausgabe (TTS)
|
|
|
|
| 139 |
chatbot = gr.Chatbot(
|
| 140 |
label="Chat",
|
| 141 |
height=500,
|
|
|
|
| 142 |
)
|
| 143 |
|
| 144 |
# Audio-Ausgabe (TTS)
|