OPENAI_API_KEY= # CONNECTION DETAILS FOR YOUR SURREAL DB # use localhost if using the single container, or surrealdb if using the multi-container SURREAL_URL="ws://localhost/rpc:8000" SURREAL_USER="root" SURREAL_PASSWORD="root" SURREAL_NAMESPACE="open_notebook" SURREAL_DATABASE="staging"