update rmcp
add mistral config to own_assist_common
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ async fn main() {
|
||||
.inspect_err(exit_msg!("failed creating MCP clients"))
|
||||
.unwrap();
|
||||
|
||||
let mut agent_chat = AgentChat::new(ollama, model_name.clone(), mcp_clients)
|
||||
let mut agent_chat = AgentChat::new(Box::new(ollama), model_name.clone(), mcp_clients)
|
||||
.await
|
||||
.inspect_err(exit_msg!("failed to create agent"))
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user