mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
39 lines
692 B
JSON
39 lines
692 B
JSON
{
|
|
"contents": [
|
|
{
|
|
"parts": [
|
|
{
|
|
"text": "Hello Gemini!"
|
|
}
|
|
],
|
|
"role": "user"
|
|
}
|
|
],
|
|
"generationConfig": {
|
|
"maxOutputTokens": 65536
|
|
},
|
|
"model": "gemini-2.5-flash",
|
|
"safetySettings": [
|
|
{
|
|
"category": "HARM_CATEGORY_HATE_SPEECH",
|
|
"threshold": "OFF"
|
|
},
|
|
{
|
|
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
|
|
"threshold": "OFF"
|
|
},
|
|
{
|
|
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
|
|
"threshold": "OFF"
|
|
},
|
|
{
|
|
"category": "HARM_CATEGORY_HARASSMENT",
|
|
"threshold": "OFF"
|
|
},
|
|
{
|
|
"category": "HARM_CATEGORY_CIVIC_INTEGRITY",
|
|
"threshold": "OFF"
|
|
}
|
|
]
|
|
}
|