Skip to content

Commit f6c73f0

Browse files
committed
adjust import location
1 parent edee849 commit f6c73f0

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
@@ -16,7 +16,6 @@ mod server_messenger;
1616
mod skim_integration;
1717
mod token_counter;
1818
pub mod tool_manager;
19-
use crate::cli::chat::cli::model::find_model;
2019
pub mod tools;
2120
pub mod util;
2221
use std::borrow::Cow;
@@ -134,6 +133,7 @@ use crate::auth::AuthError;
134133
use crate::auth::builder_id::is_idc_user;
135134
use crate::cli::agent::Agents;
136135
use crate::cli::chat::cli::SlashCommand;
136+
use crate::cli::chat::cli::model::find_model;
137137
use crate::cli::chat::cli::prompts::{
138138
GetPromptError,
139139
PromptsSubcommand,

0 commit comments

Comments
 (0)