aleneum commited on
Commit
9a2fb52
β€’
1 Parent(s): 7064ae5

increase temp for all mode

Browse files
Files changed (1) hide show
  1. gr_app.py +3 -3
gr_app.py CHANGED
@@ -12,9 +12,9 @@ prompt_format = "<|im_start|>system\n{system_prompt}\
12
  <|im_end|>\n<|im_start|>assistant\n"
13
 
14
  modes = {
15
- "Authentisch": {"temperature": 0.05, "top_k": 10},
16
- "Ausgeglichen": {"temperature": 0.5, "top_p": 0.9},
17
- "Chaotisch": {"temperature": 0.9},
18
  }
19
 
20
  authors = [
 
12
  <|im_end|>\n<|im_start|>assistant\n"
13
 
14
  modes = {
15
+ "Authentisch": {"temperature": 0.2, "top_k": 10},
16
+ "Ausgeglichen": {"temperature": 1, "top_p": 0.9},
17
+ "Chaotisch": {"temperature": 2},
18
  }
19
 
20
  authors = [