add sandbox extra env config
This commit is contained in:
parent
32793de992
commit
9ed24b1ae9
7 changed files with 28 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ sandbox:
|
|||
dependencies_mount_path: /opt/dependencies
|
||||
lambda_tools_mount_path: /opt/lambda-tools
|
||||
volume_mount_path: /workspace/volume
|
||||
env: {}
|
||||
|
||||
security:
|
||||
token_header: X-API-Token
|
||||
|
|
|
|||
|
|
@ -40,6 +40,14 @@ sandbox:
|
|||
dependencies_mount_path: /opt/dependencies
|
||||
lambda_tools_mount_path: /opt/lambda-tools
|
||||
volume_mount_path: /workspace/volume
|
||||
env:
|
||||
LANGFUSE_PUBLIC_KEY: pk-lf-
|
||||
LANGFUSE_SECRET_KEY: sk-lf-
|
||||
LANGFUSE_HOST: http://localhost:5000
|
||||
PROVIDER_URL: http://host.docker.internal:8000/v1
|
||||
PROVIDER_API_KEY: "1234"
|
||||
PROVIDER_MODEL: supergemma4-26b-uncensored-mlx-4bit-v2
|
||||
COMPOSIO_API_KEY: ck_r-3c8ClArmcHuSzK5TYu
|
||||
|
||||
security:
|
||||
token_header: X-API-Token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue