Wire the chat route and Link-scoped system prompt, include the Afia panel in the main layout, and point the UI at link.afia.chat instead of the copied QR Plus route. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Afia — in-app AI assistant scoped to Ladill QR Plus.
|
||||
'product' => env('AFIA_PRODUCT', 'qr'),
|
||||
// Afia — in-app AI assistant scoped to Ladill Link.
|
||||
'product' => env('AFIA_PRODUCT', 'link'),
|
||||
'enabled' => (bool) env('AFIA_ENABLED', true),
|
||||
'provider' => env('AFIA_PROVIDER', 'openai'), // openai | anthropic
|
||||
'model' => env('AFIA_MODEL', 'gpt-4o-mini'),
|
||||
|
||||
Reference in New Issue
Block a user