diff options
author | Grail Finder <wohilas@gmail.com> | 2025-02-01 16:32:36 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-02-01 16:32:36 +0300 |
commit | 84c94ecea34753f246bdfd51f6ff989281e873e3 (patch) | |
tree | 3e4330ed00811cd46299968af69e6f3671316aa6 /config.example.toml | |
parent | 336451340b86ba1f713b47d44225df61058f5a8f (diff) |
Feat: switch between completion and chat api
Diffstat (limited to 'config.example.toml')
-rw-r--r-- | config.example.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index d0a9841..6512a37 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,4 +1,5 @@ -APIURL = "http://localhost:8080/v1/chat/completions" +ChatAPI = "http://localhost:8080/v1/chat/completions" +CompletionAPI = "http://localhost:8080/completion" EmbedURL = "http://localhost:8080/v1/embeddings" ShowSys = true LogFile = "log.txt" |