mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: build assistant from local source in docker-compose, add Langfuse vars
This commit is contained in:
@@ -1387,6 +1387,33 @@ return [
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
'filter' => ''
|
||||
],
|
||||
[
|
||||
'name' => '_APP_ASSISTANT_LANGFUSE_PUBLIC_KEY',
|
||||
'description' => 'Langfuse public key for assistant observability tracing. Optional.',
|
||||
'introduction' => '1.7.0',
|
||||
'default' => '',
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
'filter' => ''
|
||||
],
|
||||
[
|
||||
'name' => '_APP_ASSISTANT_LANGFUSE_SECRET_KEY',
|
||||
'description' => 'Langfuse secret key for assistant observability tracing. Optional.',
|
||||
'introduction' => '1.7.0',
|
||||
'default' => '',
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
'filter' => ''
|
||||
],
|
||||
[
|
||||
'name' => '_APP_ASSISTANT_LANGFUSE_HOST',
|
||||
'description' => 'Langfuse host URL for assistant observability tracing. Optional.',
|
||||
'introduction' => '1.7.0',
|
||||
'default' => 'https://cloud.langfuse.com',
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
'filter' => ''
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user