personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

formatting

+3 -1
+3 -1
apps/settings/routes.py
··· 327 327 328 328 # Build auth settings (default "platform" for all providers) 329 329 auth_config = providers_config.get("auth", {}) 330 - auth = {p["name"]: auth_config.get(p["name"], "platform") for p in providers_list} 330 + auth = { 331 + p["name"]: auth_config.get(p["name"], "platform") for p in providers_list 332 + } 331 333 332 334 return jsonify( 333 335 {