feat(providers): added openrouter support

This PR is adapted from namanbnsl's original
at https://github.com/namanbnsl/Perplexica/tree/add-openrouter-support

Added minor modifications to bring the openrouter support in line
with the changes in this forked repo
This commit is contained in:
kmac 2025-05-31 21:34:23 -04:00
parent 6422c5b7e0
commit 94315c169a
7 changed files with 108 additions and 0 deletions

View file

@ -9,6 +9,9 @@ API_KEY = ""
[MODELS.GROQ]
API_KEY = ""
[MODELS.OPENROUTER]
API_KEY = ""
[MODELS.ANTHROPIC]
API_KEY = ""