mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Refactor return statement to simplify get_supported_llm_models method (#11947)
This commit is contained in:
parent
e18168020a
commit
df92923959
@ -90,4 +90,4 @@ def get_supported_llm_models(config: OpenHandsConfig) -> list[str]:
|
||||
]
|
||||
model_list = clarifai_models + model_list
|
||||
|
||||
return list(sorted(set(model_list)))
|
||||
return sorted(set(model_list))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user