mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-17 23:38:30 +00:00
fix sample messup
This commit is contained in:
@ -2,12 +2,7 @@
|
||||
PORT = 3001 # Port to run the server on
|
||||
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
||||
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
|
||||
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "ddg" | "bing" | "brave"
|
||||
|
||||
[KEYCLOAK]
|
||||
URL = ""
|
||||
REALM = ""
|
||||
CLIENT_ID = ""
|
||||
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave" | "yacy"
|
||||
|
||||
[MODELS.OPENAI]
|
||||
API_KEY = ""
|
||||
@ -40,3 +35,6 @@ SUBSCRIPTION_KEY = ""
|
||||
|
||||
[SEARCH_ENGINES.BRAVE]
|
||||
API_KEY = ""
|
||||
|
||||
[SEARCH_ENGINES.YACY]
|
||||
ENDPOINT = ""
|
||||
|
Reference in New Issue
Block a user