Spaces:
Running
Running
Evan Lesmez
commited on
Commit
•
e677b67
1
Parent(s):
d93c42d
Change the poetry remnant in readme
Browse files
README.md
CHANGED
@@ -41,19 +41,14 @@ Put API secrets in .env
|
|
41 |
|
42 |
```sh
|
43 |
cp .env.example .env
|
44 |
-
# edit .env with your secret key(s). Only OPEN_AI_KEY is required.
|
45 |
```
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
-
poetry shell
|
51 |
-
```
|
52 |
-
|
53 |
-
Then start the Gradio demo.
|
54 |
|
55 |
```sh
|
56 |
-
|
57 |
```
|
58 |
|
59 |
## Dependencies
|
|
|
41 |
|
42 |
```sh
|
43 |
cp .env.example .env
|
|
|
44 |
```
|
45 |
|
46 |
+
Edit .env with your secret key(s). Only `OPEN_AI_KEY` is required.
|
47 |
|
48 |
+
Then start the Gradio demo from within the virtual environment.
|
|
|
|
|
|
|
|
|
49 |
|
50 |
```sh
|
51 |
+
python3 -m chatbot.app
|
52 |
```
|
53 |
|
54 |
## Dependencies
|