Added a method to detect reasoning models and turn reasoning off.
This commit is contained in:
@@ -23,7 +23,7 @@ define gui.show_name = True
|
||||
|
||||
## The version of the game.
|
||||
|
||||
define config.version = "0.2"
|
||||
define config.version = "0.3"
|
||||
|
||||
|
||||
## Text that is placed on the game's about screen. Place the text between the
|
||||
@@ -84,17 +84,18 @@ define config.intra_transition = dissolve
|
||||
|
||||
## A transition that is used after a game has been loaded.
|
||||
|
||||
define config.after_load_transition = None
|
||||
define config.after_load_transition = dissolve
|
||||
|
||||
|
||||
## Used when entering the main menu after the game has ended.
|
||||
|
||||
define config.end_game_transition = None
|
||||
define config.end_game_transition = dissolve
|
||||
|
||||
|
||||
## A variable to set the transition used when the game starts does not exist.
|
||||
## Instead, use a with statement after showing the initial scene.
|
||||
|
||||
define config.end_splash_transition = dissolve
|
||||
|
||||
## Window management ###########################################################
|
||||
##
|
||||
@@ -217,3 +218,4 @@ define config.minimum_presplash_time = 2.0
|
||||
default persistent.base_url = 'http://localhost:1234'
|
||||
default persistent.api_key = ''
|
||||
default persistent.model = 'gemma-3-4b-it'
|
||||
default persistent.disable_reasoning = False
|
||||
|
||||
Reference in New Issue
Block a user