@ -47,6 +47,7 @@ export interface UserSettings {
source_diversity_window : number ;
source_diversity_window : number ;
use_llm_for_source_links : boolean ;
use_llm_for_source_links : boolean ;
use_llm_for_article_extraction : boolean ;
use_llm_for_article_extraction : boolean ;
article_history_days : number ;
search_agent_behavior : string ;
search_agent_behavior : string ;
ai_model : string ;
ai_model : string ;
ai_model_writing : string ;
ai_model_writing : string ;
@ -64,6 +65,7 @@ export const DEFAULT_SETTINGS: UserSettings = {
source_diversity_window : 3 ,
source_diversity_window : 3 ,
use_llm_for_source_links : false ,
use_llm_for_source_links : false ,
use_llm_for_article_extraction : false ,
use_llm_for_article_extraction : false ,
article_history_days : 90 ,
search_agent_behavior :
search_agent_behavior :
"Tu peux egalement utiliser d'autres sources pertinentes trouvees via la recherche Google." ,
"Tu peux egalement utiliser d'autres sources pertinentes trouvees via la recherche Google." ,
ai_model : '' ,
ai_model : '' ,