feat: add openrouter support in litellm

This commit is contained in:
irfan.putra
2025-05-07 11:54:07 +07:00
parent f85587fb1f
commit 7a6a28d2b9
2 changed files with 16 additions and 1 deletions

View File

@ -107,4 +107,7 @@ key = ""
client_id = "" # Your Azure AD application client ID
client_secret = "" # Your Azure AD application client secret
tenant_id = "" # Your Azure AD tenant ID
api_base = "" # Your Azure OpenAI service base URL (e.g., https://openai.xyz.com/)
api_base = "" # Your Azure OpenAI service base URL (e.g., https://openai.xyz.com/)
[openrouter]
key = ""