[fix] kobold temperature

This commit is contained in:
kwaroran
2023-05-27 23:16:09 +09:00
parent 205cc2744f
commit 0f03394459

View File

@@ -430,7 +430,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
method: "POST",
body: JSON.stringify({
"prompt": proompt,
"temperature": db.temperature,
"temperature": (db.temperature / 100),
"top_p": 0.9
}),
headers: {