fix: refine privacy routing and provider reporting
This commit is contained in:
@@ -227,9 +227,11 @@ def run_chat(
|
||||
output("Noch keine Datenschutzentscheidung in dieser Sitzung.")
|
||||
else:
|
||||
output(
|
||||
"Letzte Datenschutzentscheidung: "
|
||||
"Datenschutzentscheidung: "
|
||||
f"{route.privacy_policy.value}; Provider: {route.provider}; "
|
||||
f"Fallback: {'ja' if route.fallback else 'nein'}"
|
||||
"Cloud durch Modus local unterdrückt: "
|
||||
f"{'ja' if route.cloud_suppressed_by_local_mode else 'nein'}; "
|
||||
f"Technischer Fallback: {'ja' if route.technical_fallback else 'nein'}"
|
||||
)
|
||||
continue
|
||||
if entered == "/status":
|
||||
|
||||
Reference in New Issue
Block a user