feat(cli): add Ollama remote-endpoint hint to kebab init (Todo #8)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 02:19:34 +00:00
parent dece5e89fc
commit 649ec35108

View File

@@ -578,6 +578,9 @@ fn run(cli: &Cli) -> anyhow::Result<()> {
kebab_config::Config::xdg_state_dir().display()
);
println!("hint edit the config above, then `kebab ingest`");
println!(
"hint remote Ollama 사용 시 config 의 `[models.llm] endpoint` 를 갱신 (기본 http://127.0.0.1:11434)"
);
}
Ok(())
}