mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 17:59:42 +00:00
backend changes extracted from codex/jon/SKY-5016 (#2508)
This commit is contained in:
parent
4ad65b579c
commit
08bf2bc428
13 changed files with 122 additions and 9 deletions
|
@ -50,6 +50,10 @@ class LLMConfigRegistry:
|
|||
|
||||
return cls._configs[llm_key]
|
||||
|
||||
@classmethod
|
||||
def get_model_names(cls) -> list[str]:
|
||||
return list(cls._configs.keys())
|
||||
|
||||
|
||||
if settings.ENABLE_OPENAI:
|
||||
LLMConfigRegistry.register_config(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue