Listing all installed models? #7625
-
I am writing code that involves initialising a parser. Users must be able to simply use language codes. Since If I remember correctly, in v2 we were required to use Ideally, I'd have a function where I can get a list of installed models per language, or at least a list of installed models (assuming that the prefix is always the language code, so I can create a mapping myself). Does something like this exist? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's actually a function for that in v3.
This is one of the nice effects of the registry. |
Beta Was this translation helpful? Give feedback.
There's actually a function for that in v3.
This is one of the nice effects of the registry.