Introduce an Ollama integration test

This commit is contained in:
Louis Dureuil 2025-01-20 22:22:40 +01:00 committed by Kerollmops
parent e93a5719ef
commit 56438bdea4
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 734 additions and 0 deletions

View file

@ -1,4 +1,5 @@
mod binary_quantized;
mod ollama;
mod openai;
mod rest;
mod settings;