This commit is contained in:
Mubelotix 2025-07-03 15:53:09 +02:00
parent 7423243be0
commit cf9b311f71
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942
3 changed files with 10 additions and 7 deletions

View file

@ -1,10 +1,10 @@
mod binary_quantized;
mod fragments;
#[cfg(feature = "test-ollama")]
mod ollama;
mod openai;
mod rest;
mod settings;
mod fragments;
use std::str::FromStr;