From 59fd3720634d30993074c19ed56b3e01c6f00d9d Mon Sep 17 00:00:00 2001 From: Jac-Zac Date: Thu, 5 Jan 2023 10:55:06 +0100 Subject: [PATCH] fixing style --- README.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index a0ff857c..c48f67ba 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,18 @@

+# Table of Contents -Table of Contents -======================= - -* [What is Open Assistant?](#what-is-open-assistant) -* [Do you want to try it out?](#do-you-want-to-try-it-out) -* [The Plan](#the-plan) -* [The Vision](#the-vision) -* [How can you help?](#how-can-you-help) -* [I’m in! Now what?](CONTRIBUTING.md) +- [What is Open Assistant?](#what-is-open-assistant) +- [Do you want to try it out?](#do-you-want-to-try-it-out) +- [The Plan](#the-plan) +- [The Vision](#the-vision) +- [How can you help?](#how-can-you-help) +- [I’m in! Now what?](CONTRIBUTING.md) --- -What is Open Assistant? ------- +## What is Open Assistant?

Open Assistant is a project meant to give everyone access to a great chat based large language model. @@ -46,17 +43,17 @@ docker compose up --build Then, navigate to `http://localhost:3000` (It may take some time to boot up) and interact with the website. -> **Note:** When logging in via email, navigate to `http://localhost:1080` to get -the magic email login link. +> **Note:** When logging in via email, navigate to `http://localhost:1080` to +> get the magic email login link. > **Note:** If you would like to run this in a standardized development -environment (a -["devcontainer"](https://code.visualstudio.com/docs/devcontainers/containers)) -using -[vscode locally](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_create-a-devcontainerjson-file) -or in a web browser using -[GitHub Codespaces](https://github.com/features/codespaces), you can use the -provided [`.devcontainer`](.devcontainer/) folder. +> environment (a +> ["devcontainer"](https://code.visualstudio.com/docs/devcontainers/containers)) +> using +> [vscode locally](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_create-a-devcontainerjson-file) +> or in a web browser using +> [GitHub Codespaces](https://github.com/features/codespaces), you can use the +> provided [`.devcontainer`](.devcontainer/) folder. ## The Plan