diff options
Diffstat (limited to 'config.example.toml')
-rw-r--r-- | config.example.toml | 1 |
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" |