mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Refactor return statement to simplify get_supported_llm_models method (#11947)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user