Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Sep 24, 2024
1 parent a3e61d2 commit a7afafc
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,16 @@ poetry install
Finally, to run the streamlit app:

```sh
export OPENAI_API_KEY=<FILL-IN> && 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.

<p align="center">
<img height="500" src="https://d3ddy8balm3goa.cloudfront.net/arc-task-solver-st-demo/arc-task-solver-app.svg" alt="cover">
Expand Down Expand Up @@ -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=<fill-in>
```

### Submitting a fine-tuning job

To submit a fine-tuning job, use any of the following three `finetune` command:
Expand Down

0 comments on commit a7afafc

Please sign in to comment.