OpenRouter Support, Insight Chat and User injection #56
@@ -18,7 +18,8 @@ use crate::utils::normalize_path;
|
|||||||
/// into trajectory form and injected into the system prompt. Empty = no
|
/// into trajectory form and injected into the system prompt. Empty = no
|
||||||
/// change in behavior. Request-level `fewshot_insight_ids` overrides this
|
/// change in behavior. Request-level `fewshot_insight_ids` overrides this
|
||||||
/// when non-empty.
|
/// 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)]
|
#[derive(Debug, Deserialize)]
|
||||||
pub struct GeneratePhotoInsightRequest {
|
pub struct GeneratePhotoInsightRequest {
|
||||||
|
|||||||
Reference in New Issue
Block a user