gemini-rs 0.2.1

A library to interact with the Google Gemini API
Documentation
1
2
3
4
5
6
7
8
9
10
const SAFETY_SETTINGS: &str = "
{
    \"safety_settings\": [
        {
			  \"category\": \"HARM_CATEGORY_SEXUALLY_EXPLICIT\",
			  \"threshold\": \"BLOCK_NONE\"
			},
    ]
}
";