mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-10 08:37:42 +00:00
docs: add how to set custom api key
This commit is contained in:
parent
dfe63ed352
commit
7605066b8e
@ -61,6 +61,11 @@ extraEnvVars:
|
|||||||
# -- Example pipeline to pull and load on deployment startup, see current pipelines here: https://github.com/open-webui/pipelines/blob/main/examples
|
# -- Example pipeline to pull and load on deployment startup, see current pipelines here: https://github.com/open-webui/pipelines/blob/main/examples
|
||||||
- name: PIPELINES_URLS
|
- name: PIPELINES_URLS
|
||||||
value: "https://github.com/open-webui/pipelines/blob/main/examples/filters/detoxify_filter_pipeline.py"
|
value: "https://github.com/open-webui/pipelines/blob/main/examples/filters/detoxify_filter_pipeline.py"
|
||||||
|
# - name: PIPELINES_API_KEY
|
||||||
|
# valueFrom:
|
||||||
|
# secretKeyRef:
|
||||||
|
# name: pipelines-keys
|
||||||
|
# key: pipelines-api-key
|
||||||
# -- Langfuse example, including values used in Langfuse filter to connect
|
# -- Langfuse example, including values used in Langfuse filter to connect
|
||||||
# - name: PIPELINES_URLS
|
# - name: PIPELINES_URLS
|
||||||
# value: "https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py"
|
# value: "https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user