public class ParamUtils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isQwenVersionThreeOrHigher(String modelName)
Check if the model is qwen{n} where n is greater than or equal to 3
|
static boolean |
shouldModifyIncrementalOutput(String modelName)
Check if the increment_output parameter should be modified for the given
model
|
public static boolean isQwenVersionThreeOrHigher(String modelName)
modelName - the model name to checkpublic static boolean shouldModifyIncrementalOutput(String modelName)
modelName - the model name to checkCopyright © 2026. All rights reserved.