(feat) set default openrouter configs

This commit is contained in:
ishaan-jaff 2023-12-18 08:55:51 +05:30
parent c703fb2f2c
commit b15682bc1f
2 changed files with 12 additions and 1 deletions

View 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 = ''