mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	use getGeneratingModel
This commit is contained in:
		| @@ -2179,7 +2179,7 @@ function substituteParams(content, _name1, _name2, _original, _group, _replaceCh | ||||
|     environment.user = _name1 ?? name1; | ||||
|     environment.char = _name2 ?? name2; | ||||
|     environment.group = environment.charIfNotGroup = _group ?? name2; | ||||
|     environment.model = online_status; | ||||
|     environment.model = getGeneratingModel(); | ||||
|  | ||||
|     return evaluateMacros(content, environment); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user