Update version, gemini models, and new progress dialoge, and charxjpeg
This commit is contained in:
@@ -205,9 +205,10 @@ export class CharXReader{
|
||||
|
||||
const alertInfo = () => {
|
||||
if(arg.alertInfo){
|
||||
alertStore.set({
|
||||
type: 'wait',
|
||||
msg: `Loading... (Getting Data: ${Math.floor(pointer / getLength() * 100)}%)`
|
||||
alertStore.set({
|
||||
type: 'progress',
|
||||
msg: `Loading...`,
|
||||
submsg: (pointer / getLength() * 100).toFixed(2)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1738,6 +1738,10 @@ async function requestGoogleCloudVertex(arg:RequestDataArgumentExtended):Promise
|
||||
}
|
||||
]
|
||||
|
||||
if(arg.modelInfo.flags.includes(LLMFlags.noCivilIntegrity)){
|
||||
uncensoredCatagory.splice(4, 1)
|
||||
}
|
||||
|
||||
if(arg.modelInfo.flags.includes(LLMFlags.geminiBlockOff)){
|
||||
for(let i=0;i<uncensoredCatagory.length;i++){
|
||||
uncensoredCatagory[i].threshold = "OFF"
|
||||
|
||||
Reference in New Issue
Block a user