Appease clippy
This commit is contained in:
parent
af66570bfe
commit
4b096b9a6b
3 changed files with 2 additions and 5 deletions
|
@ -1399,7 +1399,7 @@ mod tests {
|
|||
|
||||
// Test the model switching function logic
|
||||
// This tests the internal logic without actually modifying settings
|
||||
let test_models = vec![
|
||||
let test_models = [
|
||||
language_models::provider::ollama::AvailableModel {
|
||||
name: "llama3.2:3b".to_string(),
|
||||
display_name: Some("Llama 3.2 3B".to_string()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue