mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
add Daytona sandbox env vars to .env.example
This commit is contained in:
parent
823e3ebb1d
commit
1e74c87aa1
1 changed files with 7 additions and 0 deletions
|
|
@ -197,6 +197,13 @@ LLAMA_CLOUD_API_KEY=llx-nnn
|
|||
# AZURE_DI_ENDPOINT=https://your-resource.cognitiveservices.azure.com/
|
||||
# AZURE_DI_KEY=your-key
|
||||
|
||||
# Daytona Sandbox (isolated code execution)
|
||||
# DAYTONA_SANDBOX_ENABLED=FALSE
|
||||
# DAYTONA_API_KEY=your-daytona-api-key
|
||||
# DAYTONA_API_URL=https://app.daytona.io/api
|
||||
# DAYTONA_TARGET=us
|
||||
# DAYTONA_SNAPSHOT_ID=
|
||||
|
||||
# OPTIONAL: Add these for LangSmith Observability
|
||||
LANGSMITH_TRACING=true
|
||||
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue