llmclient 0.2.0

Rust LLM client - Gemini, GPT, Claude, Mistral, Groq
Documentation
1
2
3
4
    pub fn set_json(&mut self, is_json: bool) {
        self.response_format = ResponseFormat::new(is_json);
    }