JetBrains-Research / TestSpark

TestSpark - a plugin for generating unit tests. TestSpark natively integrates different AI-based test generation tools and techniques in the IDE. Started by SERG TU Delft. Currently under implementation by JetBrains Research (ICTL) for research purposes.
MIT License
35 stars 9 forks source link

Change variable name within `LLMHelper.kt:updateModelSelector` that stores a list of available LLM models #268

Closed Vladislav0Art closed 1 week ago

Vladislav0Art commented 1 week ago

Within the LLMHelper.kt file, there is a method called updateModelSelector that requests models from a selected platform. The variable that is a list of available models is called modules, which is a typo mistake; it should be fixed to models (in the function Javadoc as well).

Screenshot 2024-06-24 at 11 35 32