9c1a49bc01
Improved imports
2024-05-19 20:54:43 +02:00
329b05e84a
Merge branch '34-choosing-a-model' into 'main'
...
Resolve "Choosing a model"
Closes #34
See merge request products/mindwork-ai-studio!4
2024-05-19 18:30:46 +00:00
276a33a52e
Fixed missed row numbers of providers
2024-05-19 20:28:25 +02:00
b485da7aa9
Auto-enable button to reload models, when necessary data was provided
2024-05-19 19:42:15 +02:00
25853bab86
Fixed table cells width
2024-05-19 19:41:33 +02:00
1742d3464b
Added used model
2024-05-19 16:16:16 +02:00
0b66aa7c79
Replaced the static placeholder model with the chosen model
2024-05-19 16:15:20 +02:00
bd5daea248
Apply .NET 8 syntax
2024-05-19 16:14:49 +02:00
0b4547d5b3
Optimized method calls
2024-05-19 16:14:30 +02:00
722c7e943d
Mode model loading returning enumerable list of data
2024-05-19 16:14:05 +02:00
6da453e022
Fixed naming of variable
2024-05-19 16:12:50 +02:00
5982559ceb
Fixed spacing between provider dialogs fields
2024-05-19 16:12:32 +02:00
ec2dbb923c
Added model selection
2024-05-19 16:12:07 +02:00
fc1ad26f6a
Show the chosen model for any provider
2024-05-19 16:10:57 +02:00
a2a1642c76
Included model to the provider data model
2024-05-19 16:10:37 +02:00
2a152880f4
Fixed handling of instance names while provider creation
2024-05-19 16:09:52 +02:00
38b74a0795
Added description for NoProvider
2024-05-19 16:07:43 +02:00
be0dc6766b
Spelling
2024-05-19 16:06:48 +02:00
3e1d171968
Override the ToString method for models
2024-05-19 16:06:35 +02:00
8a42d1eb50
Hide CS8974 warnings, which are not avoidable when using MudBlazor validator methods
2024-05-19 16:05:56 +02:00
4713785fa6
Moved production-related imports behind a preprocessor directives
2024-05-19 16:05:06 +02:00
6056d1ac36
Exclude build script from .NET solution view
2024-05-19 12:32:42 +02:00
2f23a6fd00
Merge branch '33-add-fonts-to-lfs' into 'main'
...
Resolve "Add fonts to LFS"
Closes #33
See merge request products/mindwork-ai-studio!3
2024-05-18 20:57:31 +00:00
2669a089e4
Added woff2 fonts to LFS
2024-05-18 22:56:57 +02:00
d3767438a8
Merge branch '25-load-font-from-static-assets' into 'main'
...
Resolve "Load font from static assets"
Closes #25
See merge request products/mindwork-ai-studio!2
2024-05-18 20:53:09 +00:00
de190a759b
Added woff2 fonts to LFS
2024-05-18 22:52:00 +02:00
884322b6e1
Added fonts to static local assets
2024-05-18 22:48:13 +02:00
b63013ab49
Fixed dev. exception page
2024-05-18 22:40:48 +02:00
e28c2e2c10
Merge branch '13-publishing-combined-app' into 'main'
...
Resolve "Publishing combined app"
Closes #13 , #24 , #27 , and #28
See merge request products/mindwork-ai-studio!1
2024-05-18 19:54:54 +00:00
cb3bb42aa4
Added preprocessor directives to handle both development & release versions
2024-05-18 21:50:46 +02:00
8dd6a2f898
Removed dangerousUseHttpScheme setting, which seems not be supported
2024-05-18 21:03:54 +02:00
847b89b5e9
Update
2024-05-18 20:41:23 +02:00
49c558b8cf
Changed layout to fix overlapping issue on Windows
2024-05-14 08:50:28 +02:00
16113782e0
Integrated the Rust publish process as well
2024-05-13 20:52:32 +02:00
2bdd622dd6
Changed default model to be GPT4-omni
2024-05-13 20:52:08 +02:00
21911a68ed
Defined subcommands, e.g., to automate the fix for #27
2024-05-13 20:21:41 +02:00
79b9e1c26a
Fixed #27 by mirroring & embedding third-party web assets
...
This is a temporary solution until Microsoft or the community solves https://github.com/dotnet/aspnetcore/issues/21536
2024-05-13 18:46:26 +02:00
b185463c3e
Switched the solution to fix #28 (and #24 )
...
Instead of using a custom fork of the component, we use the release version. The custom fork causes #24 . Now, we did what anyone does: We show the plain Markdown code first and switch to Markdown rendering after streaming is done.
- Removed local custom fork of the library
- Added release version of library
- Show plain Markdown code while streaming
- Switch to Markdown rendering after streaming
2024-05-13 18:42:34 +02:00
8b6495ebe0
Link app.css
2024-05-13 18:24:18 +02:00
1ad63e18b9
Added IPC allowlist for localhost
2024-05-13 18:22:13 +02:00
99df9c7643
Added log message for server event listener
2024-05-13 18:21:19 +02:00
2c883245f7
Added log message for dev mode
2024-05-13 18:20:41 +02:00
b44a95c67b
Configured sidecar
...
- Add the sidecar to start the .NET server when running the app
- Add proper logging
- Add message handling for communication between .NET and Rust/Tauri
- Add dynamic port allocation for the .NET server
- Add transition to .NET app, i.e., a loading screen
2024-05-12 14:40:06 +02:00
c633053663
Fixed spelling
2024-05-12 14:34:29 +02:00
8df346ffce
Disable the updater explicit
2024-05-12 14:33:59 +02:00
9c37f30143
Changed product name to fix the final app name
2024-05-12 14:33:24 +02:00
013e1b9a3f
Added loading screen
2024-05-12 14:33:01 +02:00
5ca529be9e
Send a message to Tauri on stdout when the server was started
2024-05-12 14:32:34 +02:00
a45d162d2a
Update
2024-05-12 14:31:33 +02:00
18d53a09dc
Move compiled .NET app to dist folder using expected platform naming
2024-05-11 13:31:54 +02:00