mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(feat) set default openrouter configs
This commit is contained in:
parent
e91757f874
commit
d3c1c4bf28
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