[fix] top_p
This commit is contained in:
@@ -299,7 +299,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
|
||||
frequency_penalty: arg.frequencyPenalty || (db.frequencyPenalty / 100),
|
||||
logit_bias: bias,
|
||||
stream: false,
|
||||
topP: db.top_p,
|
||||
top_p: db.top_p,
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user