[fix] top_p ooba
This commit is contained in:
@@ -778,7 +778,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
|
|||||||
max_tokens: maxTokens,
|
max_tokens: maxTokens,
|
||||||
stop: stopStrings,
|
stop: stopStrings,
|
||||||
temperature: temperature,
|
temperature: temperature,
|
||||||
topP: db.top_p,
|
top_p: db.top_p,
|
||||||
}
|
}
|
||||||
|
|
||||||
const url = new URL(db.textgenWebUIBlockingURL)
|
const url = new URL(db.textgenWebUIBlockingURL)
|
||||||
|
|||||||
Reference in New Issue
Block a user