mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add labels to provider list
This commit is contained in:
parent
a107d3f2ff
commit
f724c07f1b
13 changed files with 34 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue