diff --git a/src/main.rs b/src/main.rs index a24c39b..8d81d69 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,12 +15,12 @@ struct Args { #[arg( short, long, - default_value = "http://localhost:11434/v1/chat/completions" + default_value = "http://192.168.0.50:6969/v1/chat/completions" )] api_url: String, /// Название модели (для Ollama/vLLM) - #[arg(m_flag, short, long, default_value = "qwen2.5-coder")] + #[arg(short, long, default_value = "qwen2.5-coder")] model: String, }