Add Afia AI assistant to the QR Plus header.
Deploy Ladill QR Plus / deploy (push) Successful in 1m33s

Wire in-app chat scoped to QR codes, billing, and scans so users get product-specific help without leaving qrplus.ladill.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 08:56:29 +00:00
co-authored by Cursor
parent 6a5e26315e
commit 9ddda21ea3
10 changed files with 306 additions and 121 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
return [
// Afia — in-app AI assistant. Product scope is set per deployed app (hosting | email).
'product' => env('AFIA_PRODUCT', 'hosting'),
// Afia — in-app AI assistant scoped to Ladill QR Plus.
'product' => env('AFIA_PRODUCT', 'qr'),
'enabled' => (bool) env('AFIA_ENABLED', true),
'provider' => env('AFIA_PROVIDER', 'openai'), // openai | anthropic
'model' => env('AFIA_MODEL', 'gpt-4o-mini'),