SparkLumina
Back to Docs

Configuration

Customize SparkLumina settings, AI providers, and collaboration options.

1 min read

Coming Soon

Detailed configuration documentation is in progress. This page will cover the following areas:

LLM Provider Settings

  • baseUrl — The base URL for your LLM provider (OpenAI-compatible API). Used by the AI service for smart drawing, teaching, and ExAgent.
  • apiKey — Your API key for the provider.
  • model — The model name (e.g., gpt-4, claude-3-opus).

Socket.IO Connection

  • Backend WebSocket URL and port (default: 8056).
  • Reconnection strategy and timeout settings.

Recording Output

  • Directory for WebM and MP4 recordings on the server.
  • ffmpeg options for conversion (codec, bitrate).

AI Service Port

  • The Python FastAPI AI service default port is 8652. You can override this in the service config and update the backend proxy accordingly.

Stay tuned for the full configuration reference.