mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05: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