You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ Open Assistant is a project meant to give everyone access to a great chat based
4
4
5
5
We believe that by doing this we will create a revolution in innovation in language. In the same way that stable-diffusion helped the world make art and images in new ways we hope Open Assistant can help improve the world by improving language itself.
6
6
7
+
## Do you want to try ?
8
+
9
+
If you are interested in taking a look at the current state of the project, You can set up an entire stack needed to run **Open-Assistant**, including the
10
+
website, backend, and associated dependent services.
11
+
12
+
To start the demo, Run this in the root directory of the repository:
13
+
14
+
```sh
15
+
docker compose up --build
16
+
```
17
+
18
+
Then, navigate to `http://localhost:3000` (It may take some time to boot up) and interact with the website.
19
+
20
+
**Note:** When logging in, navigate to `http://localhost:1080` to get the magic email login link.
21
+
7
22
## The Plan
8
23
9
24
We want to get to an initial MVP as fast as possible, by following the 3-steps outlined in the InstructGPT paper.
@@ -95,20 +110,6 @@ We are using Python 3.10 for the backend.
95
110
96
111
Check out the [High-Level Protocol Architecture](https://www.notion.so/High-Level-Protocol-Architecture-6f1fd3551da74213b560ead369f132dc)
97
112
98
-
## End to End Demo
99
-
100
-
If you are interested in just taking a look at the project.
101
-
You can set up an entire stack needed to run Open Assistant, including the
102
-
website, backend, and associated dependent services.
103
-
104
-
To start the demo, run this, in root directory:
105
-
106
-
```sh
107
-
docker compose up --build
108
-
```
109
-
110
-
Then, navigate to `http://localhost:3000` and interact with the website.
111
-
112
113
### Website
113
114
114
115
The website is built using Next.js and is in the `website` folder.
0 commit comments