diff --git a/fern/docs/pages/quickstart/quickstart.mdx b/fern/docs/pages/quickstart/quickstart.mdx index 9bcb8804b..09877ce25 100644 --- a/fern/docs/pages/quickstart/quickstart.mdx +++ b/fern/docs/pages/quickstart/quickstart.mdx @@ -78,7 +78,7 @@ A **Hugging Face Token (HF_TOKEN)** is required for accessing Hugging Face model **Run:** Start the services with your Hugging Face token using pre-built images: ```sh -HF_TOKEN= docker-compose up --profile llamacpp-cpu +HF_TOKEN= docker-compose --profile llamacpp-cpu up ``` Replace `` with your actual Hugging Face token.