Add new catagory

This commit is contained in:
Kwaroran
2024-12-27 16:16:36 +09:00
parent 4e2f5c24da
commit ebdcd5ffcd

View File

@@ -1594,6 +1594,10 @@ async function requestGoogleCloudVertex(arg:RequestDataArgumentExtended):Promise
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"threshold": "BLOCK_NONE"
},
{
"category": "HARM_CATEGORY_CIVIC_INTEGRITY",
"threshold": "BLOCK_NONE"
}
]
let para:Parameter[] = ['temperature', 'top_p', 'top_k', 'presence_penalty', 'frequency_penalty']