summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-08-07 12:18:01 +0300
committerGrail Finder <wohilas@gmail.com>2025-08-07 12:18:01 +0300
commit813cb49d36edc987ecfad13291f58b6b044df3ba (patch)
tree16135431c421c5f1a06a10972805b20beb3dc2b8 /config.example.toml
parent9b2558ffe88993e36d19cfb951ef8eb6016cec36 (diff)
Feat: open router impl
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 229f657..731383b 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -1,5 +1,7 @@
ChatAPI = "http://localhost:8080/v1/chat/completions"
CompletionAPI = "http://localhost:8080/completion"
+OpenRouterCompletionAPI = "https://openrouter.ai/api/v1/completions"
+OpenRouterChatAPI = "https://openrouter.ai/api/v1/chat/completions"
EmbedURL = "http://localhost:8080/v1/embeddings"
ShowSys = true
LogFile = "log.txt"