Skip to content

Commit c0953b7

Browse files
committed
bb
1 parent aba4c47 commit c0953b7

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ const ROTATING_TIPS: [&str; 15] = [
434434
color_print::cstr! {"You can specify wait time (in ms) for mcp server loading with <green!>q settings mcp.initTimeout {timeout in int}</green!>. Servers that takes longer than the specified time will continue to load in the background. Use /tools to see pending servers."},
435435
color_print::cstr! {"You can see the server load status as well as any warnings or errors associated with <green!>/mcp</green!>"},
436436
color_print::cstr! {"Use <green!>/model</green!> to select the model to use for this conversation"},
437-
color_print::cstr! {"Set a default model by running <green!>q settings chat.defaultModel MODEL</green!>"},
437+
color_print::cstr! {"Set a default model by running <green!>q settings chat.defaultModel MODEL</green!>. Run <green!>/model</green!> to learn more."},
438438
];
439439

440440
pub const MODEL_OPTIONS: [(&str, &str); 3] = [

0 commit comments

Comments
 (0)