Skip to main content

ollama_rest/models/
errors.rs

1#[derive(Debug)]
2pub enum ParsingError {
3    InvalidStr,
4}