From 813cb49d36edc987ecfad13291f58b6b044df3ba Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 7 Aug 2025 12:18:01 +0300 Subject: Feat: open router impl --- config.example.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.example.toml') 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" -- cgit v1.2.3