We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cef091 commit 1230d49Copy full SHA for 1230d49
.env.template
@@ -7,11 +7,12 @@
7
# Local Models
8
# API_OPENWEBUI="your openwebui key"
9
10
-# You need one API key either cloud or local.
+# You need one API key for both cloud or local LLM models.
11
12
# Base URL for calling local models
13
# BASE_URL="https://gpu.aet.cit.tum.de"
14
15
# For docker-compose deployment, you can use the following environment variables:
16
API_OPENWEBUI=""
17
-GITLAB_CLIENT_SECRET=""
+GITLAB_CLIENT_SECRET=""
18
+API_OPENAI=""
0 commit comments