You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AzureOpenAIProxy.PlaygroundApp/Components/UI/ParametersTabComponent.razor
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,6 @@
1
1
@usingSystem.Linq
2
2
3
3
<divid="@Id"class="parameter-tab">
4
-
<ParameterSliderComponentId="slider-pastmessages"
5
-
Class="label-with-tooltip"
6
-
LabelText="Past messages included"
7
-
TooltipText="Select the number of past messages to include in each new API request. This helps give the model context for new user queries. Setting this number to 10 will include 5 user queries and 5 system responses."
0 commit comments