mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-05 15:28:47 +00:00
Add keycloak config params to sample config
This commit is contained in:
@ -4,6 +4,11 @@ SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
|||||||
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
|
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
|
||||||
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave" | "yacy"
|
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave" | "yacy"
|
||||||
|
|
||||||
|
[KEYCLOAK]
|
||||||
|
URL = ""
|
||||||
|
REALM = ""
|
||||||
|
CLIENT_ID = ""
|
||||||
|
|
||||||
[MODELS.OPENAI]
|
[MODELS.OPENAI]
|
||||||
API_KEY = ""
|
API_KEY = ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user