litellm-mirror/litellm/llms/openrouter.py
2023-12-18 08:55:51 +05:30

11 lines
228 B
Python

from typing import List
class OpenrouterConfig():
"""
Reference: https://openrouter.ai/docs#format
"""
# OpenRouter-only parameters
transforms: List[str] = []
models: List[str] = []
route: str = ''