-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🎨 Update ConfigWindow.axaml and ResultsView.axaml - Added a checkbox for the "RunStream" configuration option in ConfigWindow.axaml. - Updated the visibility of the TokenUsage and Elapsed labels in ResultsView.axaml. 🔧 Refactor converters and messages, add new service method Refactor converters and messages to use nullable reference types. Add new method `RunStreamAsync` to the `PromptService` class for running prompts asynchronously. 🔧 Update ConfigAttribute and BaiduConfigViewModel - Added new options to the ConfigType attribute in ConfigAttribute.cs. - Added new model endpoints in BaiduConfigViewModel.cs. 🐛 Fix GenerateResult and SemanticFunctionViewModel - Changed the elapsed property in GenerateResult.cs to be nullable. - Added a new configuration option for running the stream in SemanticFunctionViewModel.cs. 🔧 Fix binding issue in ResultsView.axaml - Update binding expression for Elapsed property in ResultsView.axaml to use Elapsed.Value.TotalSeconds instead of Elapsed.TotalSeconds. This change fixes a bug where the Elapsed property was not correctly displayed in the ResultsView. The binding expression has been updated to use the Value property of the Elapsed object, ensuring that the correct value is displayed. * 🔀 Update version to 0.6.0 Update the version in Directory.Build.props from 0.5.3 to 0.6.0. * Due to issue SciSharp/LLamaSharp#382, support for llamaSharp has been temporarily removed.
- Loading branch information
Showing
13 changed files
with
236 additions
and
152 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
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
Oops, something went wrong.