Commit Graph

86 Commits

Author SHA1 Message Date
Petr Mironychev
16b77a5722 feat: Add stream option to settings 2024-12-10 21:46:39 +01:00
Petr Mironychev
55e2b24b8d
Upgrade plugin to Qt Creator 15
* 🐛 fix: Change plugin configs
* 🐛 fix: Update Button aspect api
* 🐛 fix: Temproary fix for LLMSuggestions
* 🐛 fix: Update github actions
* 🔖 chore: Upgrade version in README
2024-12-03 11:15:35 +01:00
Petr Mironychev
b475f15e3d feat: Improve system prompt for code completion 2024-11-26 11:29:20 +01:00
Petr Mironychev
50087aa744 Change configure part in description
- Replace codellama to qwen models
- Add prefer auto template for ollama provider
2024-11-23 21:55:57 +01:00
Petr Mironychev
4f2dc0c450 feat: Add Ollama auto template for chat 2024-11-23 21:15:34 +01:00
Petr Mironychev
80fe388bdd
feat: Add automatic template handling for Ollama models (#43)
* feat: Add automatic template handling for Ollama models

- Add OllamaAutoFim
- Use native Ollama API format when possible
- Remove need for manual template selection for most Ollama models
- Default to model-specific format from Ollama modelfile
- Fallback to manual template selection if needed

This change simplifies configuration by automatically using
the correct template format for each Ollama model.
2024-11-23 19:37:55 +01:00
Petr Mironychev
f209cb75a2
Impove UX general setting by added helpers dialogs for user (#42)
- Added dialogs for selecting url, model and custom model when provider doesn't provide model list or setup of qode assist is not finishing
2024-11-16 15:25:28 +01:00
Petr Mironychev
5e813ba402
Fix systemPrompt and context working 2024-11-16 10:20:57 +01:00
Petr Mironychev
251a9bae03 Fix settings category icon and name 2024-11-11 11:26:11 +01:00
Petr Mironychev
61f1f0ae4f Add sharing current file with model 2024-11-11 00:52:49 +01:00
Petr Mironychev
bc93bce03b Adapt new settings 2024-11-11 00:03:38 +01:00
Petr Mironychev
85d039cbd5 Rework Chat Assistant Settings 2024-11-10 22:50:47 +01:00
Petr Mironychev
2acaef553d Rework Code Completion Settings 2024-11-10 21:21:37 +01:00
Petr Mironychev
b141e54e3e Rework General Settings 2024-11-10 20:42:10 +01:00
Petr Mironychev
1ec6098210 Move ButtonAspect 2024-11-10 18:56:57 +01:00
Petr Mironychev
5b43eb4fd2 Increase default max tokens for chat before deleting first messages 2024-10-17 00:05:31 +02:00
Petr Mironychev
0c045e65df Upgrade to version 0.3.0
new QML Chat
Qwen chat model
2024-10-14 00:10:24 +02:00
Petr Mironychev
d235d0fcdf Fix providers and prompt default value 2024-10-02 22:25:53 +02:00
Petr Mironychev
9903ac8f7b Fix system prompt for FIM 2024-10-02 21:44:15 +02:00
Petr Mironychev
b559a17407 Fix getting models list 2024-09-24 08:59:26 +02:00
Petr Mironychev
93c69df1b9 Fix typo 2024-09-23 00:19:38 +02:00
Petr Mironychev
04c44f5916 Add basic chat widgets and functionality 2024-09-23 00:10:23 +02:00
Petr Mironychev
c89fe1451b Improve settings accessibility 2024-09-15 01:20:26 +02:00
Petr Mironychev
793b855819 Change default value for start ai suggestion 2024-09-11 01:59:45 +02:00
Petr Mironychev
8e052ff45c Add settings for cache of changes 2024-09-11 01:59:25 +02:00
Petr Mironychev
539a220771 Fix settings layouts 2024-09-08 14:31:52 +02:00
Petr Mironychev
9361c27d6e Add smart trigger for call suggestion 2024-09-08 02:51:56 +02:00
Petr Mironychev
15af137728 Add examples of customs request 2024-09-08 02:25:21 +02:00
Petr Mironychev
24ad5fd015 Fix saving template after closing qtc 2024-09-08 01:47:17 +02:00
Petr Mironychev
216c28aa5e Fix names, icon and tips 2024-09-08 01:42:23 +02:00
Petr Mironychev
314ba06db1 Move custom promt to settings page 2024-09-08 00:59:44 +02:00
Petr Mironychev
384e07ba62 Move suggestionTimer to general settings 2024-09-08 00:18:23 +02:00
Petr Mironychev
4d06541a36 Move preset params to separate settings page 2024-09-08 00:13:48 +02:00
Petr Mironychev
356f28a97b Move context settings to page 2024-09-07 23:51:23 +02:00
Petr Mironychev
b5ca11ed38 Move settings to General Page 2024-09-07 23:10:11 +02:00
Petr Mironychev
d49cd07dd0 Add empty pages for future settings 2024-09-07 20:11:54 +02:00