Skip to content

Commit

Permalink
Made "running locally" more precise (#2564)
Browse files Browse the repository at this point in the history
people got confused and thought this would get them their own OA
locally.

feel free to either discard if you have better ideas, or merge if you
like it
  • Loading branch information
yk committed Apr 15, 2023
1 parent c8b5eed commit bea910a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ in and start taking on tasks! We want to collect a high volume of quality data.
By submitting, ranking, and labelling model prompts and responses you will be
directly helping to improve the capabilities of Open Assistant.

### Running Locally
### Running the Development Setup Locally (without chat)

**You do not need to run the project locally unless you are contributing to the
development process. The website link above will take you to the public website
where you can use the data collection app.**
where you can use the data collection app and the chat.**

If you would like to run the data collection app locally for development, you
can set up an entire stack needed to run **Open-Assistant**, including the
Expand Down Expand Up @@ -102,6 +102,19 @@ interact with the website.
> [GitHub Codespaces](https://github.com/features/codespaces), you can use the
> provided [`.devcontainer`](.devcontainer/) folder.
### Running the Development Setup Locally for Chat

**You do not need to run the project locally unless you are contributing to the
development process. The website link above will take you to the public website
where you can use the data collection app and the chat.**

**Also note that the local setup is only for development and is not meant to be
used as a local chatbot, unless you know what you are doing.**

If you _do_ know what you are doing, then see the `iniference` folder for
getttng the inference system up and running, or have a look at
`--profile inference` in addition to `--profile ci` in the above command.

## The Vision

We are not going to stop at replicating ChatGPT. We want to build the assistant
Expand Down

0 comments on commit bea910a

Please sign in to comment.