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]
|
[GENERAL]
|
||||||
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
SIMILARITY_MEASURE = "cosine"
|
||||||
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
|
KEEP_ALIVE = "5m"
|
||||||
|
|
||||||
|
[UI]
|
||||||
|
LAYOUT_MODE = "default"
|
||||||
|
|
||||||
|
[HISTORY]
|
||||||
|
RETENTION_DAYS = 0
|
||||||
|
|
||||||
[MODELS.OPENAI]
|
[MODELS.OPENAI]
|
||||||
API_KEY = ""
|
API_KEY = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue