We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c64a3e commit 74926b9Copy full SHA for 74926b9
.env.example
@@ -0,0 +1 @@
1
+OPENAI_API_KEY=YOUR_API_KEY_HERE
README.md
@@ -1 +1,19 @@
# Self-Intro-LLM-App
2
+
3
+## Architecture
4
5
+The architecture of the applcation is as followed:
6
7
+
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