mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-02 00:18:23 +00:00
Sort models list.
This commit is contained in:
@@ -102,6 +102,8 @@ bool TracyLlmApi::Connect( const char* url )
|
||||
return false;
|
||||
}
|
||||
|
||||
std::ranges::sort( m_models, []( const auto& a, const auto& b ) { return a.name < b.name; } );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user