Add json_template module

This commit is contained in:
Louis Dureuil 2024-07-16 13:37:26 +02:00 committed by Louis Dureuil
parent 1a297c048e
commit 4109182ca4
No known key found for this signature in database
2 changed files with 971 additions and 0 deletions

View file

@ -11,6 +11,7 @@ use crate::ThreadPoolNoAbort;
pub mod error;
pub mod hf;
pub mod json_template;
pub mod manual;
pub mod openai;
pub mod parsed_vectors;