mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Enable OpenRouter
This commit is contained in:
parent
8eb9e11f6f
commit
a801a7bef9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,11 +11,11 @@ class OpenRouter(OpenaiTemplate):
|
|||
working = True
|
||||
needs_auth = True
|
||||
default_model = DEFAULT_MODEL
|
||||
active_by_default = True
|
||||
|
||||
class OpenRouterFree(OpenRouter):
|
||||
parent = "OpenRouter"
|
||||
label = "OpenRouter (free)"
|
||||
active_by_default = True
|
||||
|
||||
@classmethod
|
||||
def get_models(cls, api_key: str = None, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue