mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
48 lines
851 B
JSON
48 lines
851 B
JSON
{
|
|
"contents": [
|
|
{
|
|
"parts": [
|
|
{
|
|
"text": "Tell me a joke."
|
|
}
|
|
],
|
|
"role": "user"
|
|
}
|
|
],
|
|
"generationConfig": {
|
|
"maxOutputTokens": 8192,
|
|
"temperature": 0.7
|
|
},
|
|
"model": "gemini-2.5-pro",
|
|
"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"
|
|
}
|
|
],
|
|
"systemInstruction": {
|
|
"parts": [
|
|
{
|
|
"text": "You are a helpful assistant."
|
|
}
|
|
],
|
|
"role": "system"
|
|
}
|
|
}
|