Sumanai
Sumanai
Hello! I propose to add support for the Erebus family of models, these are finetune models of the original OPT. I looked at the code, and the support is not...
I think it would be a good idea to add correct answers to these riddles, because not everyone can tell right from wrong.
PHP has support for creating aliases for classes, but apparently, such classes are not recognized by the current version of Intelephense, there are no IDE hints. Documentation: https://www.php.net/manual/en/function.class-alias.php
**Describe the bug** Tooltips do not work without assignment , even if phpDoc comments are written. **To Reproduce** ``` /** @global Test $test */ $test; ``` **Expected behavior** ``` @var...