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