Skip to main content

Configuration

By default, the lastest release is installed. If you want to install another release create a .env file in the spacetime directory with a different image tag:

IMAGE_TAG = 1.4.0

If you want to use the agentic capabilities define one of the following variables and set the variable LLM to the model you want to use.

COHERE_API_KEY = <API KEY>
GEMINI_API_KEY = <API KEY>
GROQ_API_KEY = <API KEY>
ANTHROPIC_API_KEY = <API KEY>
LLM=cohere

After making changes to the .env file redeploy the containers.

docker compose up -d