-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced token usage tracking and UI updates
- Enhanced `TokenUsageData` to include direct tracking of the last request model name, improving performance and reliability. This includes adding a new private string `_lastRequestModelName`, modifying the `LastRequestModelName` property, and updating the `AddTokenUsage` method for direct assignment and UI notification. - Updated the default model in `IntelliChatModuleSettings` to `gpt4_turbo` for text completion, reflecting a shift towards more advanced AI capabilities. - Made several UI text adjustments for clarity and conciseness, including updates to system messages and prompt messages for features like text completion and next word prediction. - Introduced UI enhancements such as a new dropdown for selecting the "Next word prediction OpenAI Model" in `MainWindow.xaml`, and adjusted the visibility of certain UI elements to streamline the interface. - Adjusted functionality in `MainWindow.xaml.cs` by modifying the `NextwordPredict_Click` event handler to alter feature behavior, likely affecting completion and prediction modes.
- Loading branch information
Showing
3 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters