public LLMClient

This commit is contained in:
2026-07-30 21:10:39 +02:00
parent 5a4bf4ec8a
commit 673aac34a8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
pub mod chat;
mod llmclient;
pub mod llmclient;
mod translation;
pub use llmclient::mistral::Mistral;