diff --git a/README.md b/README.md index 91c63e2..370a3a0 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,16 @@ poetry install Finally, to run the streamlit app: ```sh -export OPENAI_API_KEY= && streamlit run arc_finetuning_st/streamlit/app.py +streamlit run arc_finetuning_st/streamlit/app.py ``` ## How To Use The App -In the next two sections, we discuss how to use the app in order to solve a given -ARC task. +This app uses OpenAI LLMs. As such, you will need to provide a valid api key to +execute the solver. You pass your api key in the designated text input within +the sidebar of the applications. + +Next, we discuss how to use the app in order to solve a given ARC task.

cover @@ -118,6 +121,13 @@ commands: job-status Check the status of finetuning job. ``` +Before using cli, you must have set the environment variable `OPENAI_API_KEY` +with a valid api key. + +```sh +export OPENAI_API_KEY= +``` + ### Submitting a fine-tuning job To submit a fine-tuning job, use any of the following three `finetune` command: