diff --git a/src/ai/handlers.rs b/src/ai/handlers.rs index 2121a81..7ec6ab7 100644 --- a/src/ai/handlers.rs +++ b/src/ai/handlers.rs @@ -18,7 +18,8 @@ use crate::utils::normalize_path; /// into trajectory form and injected into the system prompt. Empty = no /// change in behavior. Request-level `fewshot_insight_ids` overrides this /// when non-empty. -const DEFAULT_FEWSHOT_INSIGHT_IDS: &[i32] = &[2918, 2908]; +// const DEFAULT_FEWSHOT_INSIGHT_IDS: &[i32] = &[2918, 2908]; +const DEFAULT_FEWSHOT_INSIGHT_IDS: &[i32] = &[]; #[derive(Debug, Deserialize)] pub struct GeneratePhotoInsightRequest {