summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-01-04 18:13:13 +0300
committerGrail Finder <wohilas@gmail.com>2025-01-04 18:13:13 +0300
commit4736e43631ed21fd14741daa1dde746687d330fa (patch)
treec5dcee2930e8681397a369ae7869671bdcf568dc /config.example.toml
parent461d19aa2512fea7ac07e50c3178609850ef07c3 (diff)
Feat (RAG): tying tui calls to rag funcs [WIP; skip-ci]
RAG itself is annoying to properly implement, plucking sentences with no context is useless. Also it should not be a part of main package, same for goes for tui. The number of global vars is absurd.
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index c52f267..d0a9841 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -1,4 +1,5 @@
APIURL = "http://localhost:8080/v1/chat/completions"
+EmbedURL = "http://localhost:8080/v1/embeddings"
ShowSys = true
LogFile = "log.txt"
UserRole = "user"