[fix] top_p ooba

This commit is contained in:
kwaroran
2023-12-03 21:38:50 +09:00
parent 9155734df2
commit 77de90dd84

View File

@@ -778,7 +778,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
max_tokens: maxTokens,
stop: stopStrings,
temperature: temperature,
topP: db.top_p,
top_p: db.top_p,
}
const url = new URL(db.textgenWebUIBlockingURL)