coyotte508 HF staff commited on
Commit
a388980
1 Parent(s): 3072414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -21
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: oasst-sft-1-pythia-12b
3
  emoji: 🔥
4
  colorFrom: purple
5
  colorTo: purple
@@ -8,31 +8,15 @@ pinned: false
8
  license: other
9
  ---
10
 
11
- # create-svelte
12
 
13
- Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
14
 
15
- ## Creating a project
16
-
17
- If you're seeing this, you've probably already done this step. Congrats!
18
-
19
- ```bash
20
- # create a new project in the current directory
21
- npm create svelte@latest
22
-
23
- # create a new project in my-app
24
- npm create svelte@latest my-app
25
- ```
26
-
27
- ## Developing
28
-
29
- Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
30
 
31
  ```bash
 
32
  npm run dev
33
-
34
- # or start the server and open the app in a new browser tab
35
- npm run dev -- --open
36
  ```
37
 
38
  ## Building
 
1
  ---
2
+ title: chat-ui
3
  emoji: 🔥
4
  colorFrom: purple
5
  colorTo: purple
 
8
  license: other
9
  ---
10
 
11
+ # Chat UI
12
 
13
+ A chat interface using open source models, eg OpenAssistant.
14
 
15
+ ## Launch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  ```bash
18
+ npm install
19
  npm run dev
 
 
 
20
  ```
21
 
22
  ## Building