feat: Add code completion request progress animation (#153)

This commit is contained in:
Petr Mironychev
2025-04-02 21:00:45 +02:00
committed by GitHub
parent 79218d8412
commit ffaf6bd61b
10 changed files with 310 additions and 1 deletions

View File

@ -44,6 +44,8 @@ public:
Utils::StringListAspect customLanguages{this};
Utils::BoolAspect showProgressWidget{this};
// General Parameters Settings
Utils::DoubleAspect temperature{this};
Utils::IntegerAspect maxTokens{this};