From 59699c4575bfc9d87b85ea7736572acdcd9fd43c Mon Sep 17 00:00:00 2001 From: Zolon Wilkins Date: Mon, 8 Apr 2024 19:33:59 -0500 Subject: [PATCH] update readme with relevant tip --- docs/getting-started/introduction.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx index 1b14e3a..108dac7 100644 --- a/docs/getting-started/introduction.mdx +++ b/docs/getting-started/introduction.mdx @@ -1,12 +1,12 @@ --- title: Introduction -description: 'The open-source language model computer.' +description: "The open-source language model computer." --- thumbnail The 01 project is an open-source ecosystem for artificially intelligent devices. @@ -41,4 +41,10 @@ poetry install poetry run 01 ``` +You will need an Open AI API key or you will have to run 01 with the --local option + +```bash +poetry run 01 --local +``` + _Disclaimer:_ The current version of 01OS is a developer preview