You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,4 +94,18 @@ public interface ITextGenerationParameters
90
94
/// Cache options when using qwen-coder models.
91
95
/// </summary>
92
96
CacheControlOptions?CacheControl{get;set;}
97
+
98
+
/// <summary>
99
+
/// How many choices should model generates
100
+
/// </summary>
101
+
int?N{get;set;}
102
+
103
+
/// <summary>
104
+
/// Set logic bias for tokens, -100=ban the token, 100=must choose the token(will causing model looping this token)
105
+
/// </summary>
106
+
/// <remarks>
107
+
/// About available token list, use this link: https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250908/xtsxix/logit_bias_id%E6%98%A0%E5%B0%84%E8%A1%A8.json
108
+
/// or visit the official doc for more information: https://help.aliyun.com/zh/model-studio/role-play
0 commit comments