bug: Fixed a bug with the spacing of info output now that function_calling_support is a longer name
This commit is contained in:
+1
-1
@@ -744,7 +744,7 @@ impl Config {
|
||||
}
|
||||
let output = items
|
||||
.iter()
|
||||
.map(|(name, value)| format!("{name:<24}{value}\n"))
|
||||
.map(|(name, value)| format!("{name:<30}{value}\n"))
|
||||
.collect::<Vec<String>>()
|
||||
.join("");
|
||||
Ok(output)
|
||||
|
||||
Reference in New Issue
Block a user