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
View File
@@ -2,6 +2,7 @@ pub mod audio;
pub mod mcp; pub mod mcp;
pub use mcp::chat::AgentChat; pub use mcp::chat::AgentChat;
pub use mcp::llmclient::LLMClient;
pub use ollama_rs; pub use ollama_rs;
pub use rmcp; pub use rmcp;
+1 -1
View File
@@ -1,5 +1,5 @@
pub mod chat; pub mod chat;
mod llmclient; pub mod llmclient;
mod translation; mod translation;
pub use llmclient::mistral::Mistral; pub use llmclient::mistral::Mistral;