add brave as a search engine
This commit is contained in:
parent
99351fc2a6
commit
ca86a7e358
7 changed files with 284 additions and 17 deletions
|
|
@ -2,7 +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 = "google" # "google" | "searxng" | "ddg" | "bing" | "brave"
|
||||
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave"
|
||||
|
||||
[MODELS.OPENAI]
|
||||
API_KEY = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue