Small mistake
This commit is contained in:
+2
-2
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user