Asaad Almutareb commited on
Commit
5d55367
1 Parent(s): 9237552

formatting readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,12 +5,12 @@ GenAI Research Assistant for Innovation Labs
5
  To get started
6
 
7
  1. install requirements:
8
- install -r requirements.txt
9
 
10
  2. copy example.env to .env and add your API keys and variables
11
 
12
  3. run uvicron:
13
- uvicorn app.main:app
14
 
15
  ## ToDo
16
  we are testing replacing the sentence-transformers with GPT4All's Embed4All
 
5
  To get started
6
 
7
  1. install requirements:
8
+ `install -r requirements.txt`
9
 
10
  2. copy example.env to .env and add your API keys and variables
11
 
12
  3. run uvicron:
13
+ `uvicorn app.main:app`
14
 
15
  ## ToDo
16
  we are testing replacing the sentence-transformers with GPT4All's Embed4All