More fixes
This commit is contained in:
parent
15fa09430b
commit
6b12e21d50
54 changed files with 1665 additions and 630 deletions
|
|
@ -365,6 +365,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
info!("Precomputed AI filters system prompt");
|
||||
|
||||
let token_cache = Arc::new(auth::TokenCache::new());
|
||||
let superuser_token_cache = Arc::new(pocketbase::SuperuserTokenCache::new());
|
||||
|
||||
let app_state = AppState {
|
||||
data: property_data,
|
||||
|
|
@ -392,6 +393,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
gemini_model: cli.gemini_model,
|
||||
travel_time_store,
|
||||
token_cache,
|
||||
superuser_token_cache,
|
||||
ai_filters_system_prompt,
|
||||
google_maps_api_key: cli.google_maps_api_key,
|
||||
stripe_secret_key: cli.stripe_secret_key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue