Update sample.config.toml
add setting of layout mode & history retention days
This commit is contained in:
parent
ad8ea4acd6
commit
39bde37a03
1 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,12 @@
|
|||
[GENERAL]
|
||||
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
||||
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
|
||||
SIMILARITY_MEASURE = "cosine"
|
||||
KEEP_ALIVE = "5m"
|
||||
|
||||
[UI]
|
||||
LAYOUT_MODE = "default"
|
||||
|
||||
[HISTORY]
|
||||
RETENTION_DAYS = 0
|
||||
|
||||
[MODELS.OPENAI]
|
||||
API_KEY = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue