mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Show tool support on 'llm models --options'
This commit is contained in:
parent
f994196b32
commit
9d3bbb05a8
1 changed files with 1 additions and 0 deletions
|
|
@ -1857,6 +1857,7 @@ def models_list(options, async_, schemas, query, model_ids):
|
|||
[]
|
||||
+ (["streaming"] if model.can_stream else [])
|
||||
+ (["schemas"] if model.supports_schema else [])
|
||||
+ (["tools"] if model.supports_tools else [])
|
||||
+ (["async"] if model_with_aliases.async_model else [])
|
||||
)
|
||||
if options and features:
|
||||
|
|
|
|||
Loading…
Reference in a new issue