Skip to content

Commit 3905d30

Browse files
authored
Merge pull request #32 from yhyu13/local_dev
Update readme and .env example
2 parents c92edcf + d619daa commit 3905d30

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
OPENAI_API_KEY=sk-XXXX
2+
OPENAI_BASE_URL=https://api.openai.com
3+
API_PORT=5010
4+
WEB_PORT=8080
5+
SNAKEMQ_PORT=8765

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Read the [blog post](https://ricklamers.io/posts/gpt-code) to find out more.
1111
Open a terminal and run:
1212

1313
```
14-
$ pip install gpt-code-ui
15-
$ gptcode
14+
cp .env.example .env
15+
make compile_frontend
16+
pip install gpt-code-ui
17+
gptcode
1618
```
1719

1820
## User interface

0 commit comments

Comments
 (0)