WIP: llm-based prototype #1

Draft
thermokarst wants to merge 7 commits from thermokarst_jj_yttmtqskpotw into main
Showing only changes of commit 7256ce03ad - Show all commits

View file

@ -9,10 +9,6 @@ pub struct Config {
pub cache_pollen_secs: Option<u64>, pub cache_pollen_secs: Option<u64>,
pub cache_calendar_secs: Option<u64>, pub cache_calendar_secs: Option<u64>,
pub weather_api_key: String, pub weather_api_key: String,
pub pollen_api_key: String,
pub calendar_api_key: String,
pub shopify_api_key: String,
pub shopify_store: String,
pub calendar_event_count: usize, pub calendar_event_count: usize,
pub location: String, pub location: String,
pub timezone: String, pub timezone: String,