We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a984525 commit 2019a70Copy full SHA for 2019a70
src/AzureOpenAIProxy.PlaygroundApp/Components/Pages/Playground.razor
@@ -12,7 +12,7 @@
12
</FluentGridItem>
13
14
<FluentGridItem Class="chat-grid" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8"
15
- Style="height: 800px;border:1px solid lightgrey">
+ Style="border:1px solid lightgrey">
16
<ChatWindowComponent Id="chat-window" @rendermode="InteractiveServer" />
17
18
</FluentGrid>
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/ConfigTabComponent.razor
@@ -4,7 +4,7 @@
4
<SystemMessageTabComponent Id="system-message-tab-component" OnSystemMessageChanged="SetSystemMessage" />
5
</FluentTab>
6
<FluentTab Id="parameters-tab" Label="Parameters">
7
- This is "Parameters" tab.
+ <ParametersTabComponent />
8
9
</FluentTabs>
10
</FluentStack>
0 commit comments