beyoru commited on
Commit
be6124d
·
verified ·
1 Parent(s): 30203f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import re
6
  # Model configuration
7
  MAX_REASONING_TOKENS = 4096
8
  MAX_RESPONSE_TOKENS = 2048
9
- MODEL_OPTIONS = ["beyoru/ThinkAgain1.2", "beyoru/ThinkAgain1.4", "beyoru/ThinkAgain1.5"]
10
 
11
  # Global variables for model and tokenizer
12
  model = None
 
6
  # Model configuration
7
  MAX_REASONING_TOKENS = 4096
8
  MAX_RESPONSE_TOKENS = 2048
9
+ MODEL_OPTIONS = ["beyoru/ThinkAgain1.3", "beyoru/ThinkAgain1.4", "beyoru/ThinkAgain1.5"]
10
 
11
  # Global variables for model and tokenizer
12
  model = None