--- title: "Setup" description: "Get your 01 server up and running" --- Setup (just run start.py --server , explain the flags (revealed via start.py --help)) - Interpreter - Open Interpreter (explains i.py, how you configure your interpreter, cover the basic settings of OI (that file is literally just modifying an interpreter from OI) - Language Model (LLM setup via interpreter.model in i.py or from the command line via start.py --server --llm-service llamafile) - Voice Interface (explains that you can run --tts-service and --stt-service to swap out for different services, which are in /Services/Speech-to-text and /Services/Text-to-text)