Skip to content

Commit 74926b9

Browse files
minor amend
1 parent 4c64a3e commit 74926b9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
OPENAI_API_KEY=YOUR_API_KEY_HERE

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# Self-Intro-LLM-App
2+
3+
## Architecture
4+
5+
The architecture of the applcation is as followed:
6+
7+
![architecture](./assets/)
8+
9+
## Setup
10+
11+
```docker
12+
13+
```
14+
15+
## Env Variable
16+
17+
Rename the `.env.example` to `.env` and set your OpenAI API Key.
18+
19+
## Future Works

0 commit comments

Comments
 (0)