Skip to main content

analyze_llm

Function analyze_llm 

Source
pub async fn analyze_llm(
    app: AppHandle,
    image_id: String,
    prompt: Option<String>,
    provider: String,
    store: State<'_, ImageStore>,
) -> Result<LlmResponse, String>