+ Error Type: @Exception.GetType()
Message: @Exception.Message
Nothing to see here right now. Sorry!
@@ -26,8 +30,9 @@diff --git a/src/Open.Blazor.Core/Components/Chat/Chat.razor.css b/src/Open.Blazor.Core/Components/Chat/Chat.razor.css
deleted file mode 100644
index 5f250d5..0000000
--- a/src/Open.Blazor.Core/Components/Chat/Chat.razor.css
+++ /dev/null
@@ -1,40 +0,0 @@
-
-#chat-window {
- width: 100%;
- height: 90%;
- margin: 0 auto;
- overflow-y: auto;
- padding: 10px;
- overflow-x: hidden;
-}
-
-.chat-box-container {
- max-width: 700px;
- width: 100%;
- margin: 0 auto;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 10px;
- box-sizing: border-box;
- position: fixed;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
-}
-
-
-.settings {
- display: block;
- margin-right: 60px;
- position: fixed;
- right: 0;
- top: 60px;
- width: 300px;
-}
-
-@media (max-width: 1400px) {
- .settings {
- display: none;
- }
-}
\ No newline at end of file
diff --git a/src/Open.Blazor.Core/Open.Blazor.Core.csproj b/src/Open.Blazor.Core/Open.Blazor.Core.csproj
index c65f4f5..6ca1c3b 100644
--- a/src/Open.Blazor.Core/Open.Blazor.Core.csproj
+++ b/src/Open.Blazor.Core/Open.Blazor.Core.csproj
@@ -7,8 +7,7 @@
Think of it as a measure of creativity. Lower values are more predictable, higher values are more diverse.
+ class="w-full h-2 bg-gray-600 rounded-lg cursor-pointer accent-blue-500" @bind="_temperature"/> +Think of it as a measure of creativity. Lower values are more + predictable, higher values are more diverse.
Limits the response length by setting the maximum number of words or tokens.
+ class="w-full h-2 bg-gray-600 rounded-lg cursor-pointer accent-blue-500" @bind="_maxTokens"/> +Limits the response length by setting the maximum number of words or + tokens.
Personalizes responses based on identity or preferences.
Nothing to see here right now. Sorry!
@@ -26,8 +30,9 @@