docs: enhance configuration template with detailed settings
- Added GENERAL section with documented configuration options - Added descriptions for PORT, SIMILARITY_MEASURE, and KEEP_ALIVE settings - Improved configuration template readability
This commit is contained in:
parent
3dbc358ee3
commit
8e645b73c2
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
[GENERAL]
|
||||
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")
|
||||
|
||||
[API_KEYS]
|
||||
OPENAI = ""
|
||||
GROQ = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue