[fix] kobold temperature
This commit is contained in:
@@ -430,7 +430,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
"prompt": proompt,
|
"prompt": proompt,
|
||||||
"temperature": db.temperature,
|
"temperature": (db.temperature / 100),
|
||||||
"top_p": 0.9
|
"top_p": 0.9
|
||||||
}),
|
}),
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user