Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,7 +205,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
| 205 |
chatbotGr,
|
| 206 |
history,
|
| 207 |
top_p,
|
| 208 |
-
temperature,
|
| 209 |
max_length_tokens,
|
| 210 |
max_context_length_tokens,
|
| 211 |
],
|
|
|
|
| 205 |
chatbotGr,
|
| 206 |
history,
|
| 207 |
top_p,
|
| 208 |
+
temperature, #Variation der Antworten - stand. 1.0
|
| 209 |
max_length_tokens,
|
| 210 |
max_context_length_tokens,
|
| 211 |
],
|