alexkueck commited on
Commit
cf25f9b
1 Parent(s): 6c7e7d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ],