Put the Ollama tests under a feature

This commit is contained in:
Kerollmops
2025-02-06 17:05:26 +01:00
parent a1d1e7c82a
commit ca1ad51564
4 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,5 @@
mod binary_quantized;
#[cfg(feature = "test-ollama")]
mod ollama;
mod openai;
mod rest;