Add labels to provider list

This commit is contained in:
Heiner Lohaus 2024-04-12 20:58:40 +02:00
parent a107d3f2ff
commit f724c07f1b
13 changed files with 34 additions and 11 deletions

View file

@ -6,6 +6,7 @@ from .Openai import Openai
from ...typing import AsyncResult, Messages
class OpenRouter(Openai):
label = "OpenRouter"
url = "https://openrouter.ai"
working = True
default_model = "openrouter/auto"