feat: Add additional language for handling to CodeCompletion settings (#150)

This commit is contained in:
Petr Mironychev
2025-03-27 02:07:09 +01:00
committed by GitHub
parent 5808a892c1
commit 80646e2af0
4 changed files with 56 additions and 0 deletions

View File

@ -42,6 +42,8 @@ public:
Utils::IntegerAspect autoCompletionCharThreshold{this};
Utils::IntegerAspect autoCompletionTypingInterval{this};
Utils::StringListAspect customLanguages{this};
// General Parameters Settings
Utils::DoubleAspect temperature{this};
Utils::IntegerAspect maxTokens{this};