public LLMClient
This commit is contained in:
@@ -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,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user