mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(feat) set default openrouter configs
This commit is contained in:
parent
c703fb2f2c
commit
b15682bc1f
2 changed files with 12 additions and 1 deletions
11
litellm/llms/openrouter.py
Normal file
11
litellm/llms/openrouter.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from typing import List
|
||||
|
||||
class OpenrouterConfig():
|
||||
"""
|
||||
Reference: https://openrouter.ai/docs#format
|
||||
|
||||
"""
|
||||
# OpenRouter-only parameters
|
||||
transforms: List[str] = []
|
||||
models: List[str] = []
|
||||
route: str = ''
|
Loading…
Add table
Add a link
Reference in a new issue