mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 09:26:52 +00:00
move model to sidebar
This commit is contained in:
committed by
Thomas Krijnen
parent
29e5e0fd1a
commit
7af0ec13e5
@@ -17,7 +17,12 @@
|
|||||||
<select id="provider" style="width: 100%;">
|
<select id="provider" style="width: 100%;">
|
||||||
<option value="openai">OpenAI</option>
|
<option value="openai">OpenAI</option>
|
||||||
<option value="openrouter">OpenRouter</option>
|
<option value="openrouter">OpenRouter</option>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<label>Model</label>
|
||||||
|
<select id="model" style="width: 100%;"></select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -77,7 +82,6 @@
|
|||||||
<img src="https://ifcopenshell.org/assets/images/logo.png" style="float: left; padding: 10px 20px 10px 0; ">
|
<img src="https://ifcopenshell.org/assets/images/logo.png" style="float: left; padding: 10px 20px 10px 0; ">
|
||||||
|
|
||||||
<strong>IfcOpenShell AI Assistant</strong>
|
<strong>IfcOpenShell AI Assistant</strong>
|
||||||
<select id="model"></select>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
|||||||
@@ -157,12 +157,6 @@ section > .row > label .small {
|
|||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#model {
|
|
||||||
background: white;
|
|
||||||
color: gray;
|
|
||||||
border: solid 1px #eee;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: dashed 1px #ddd;
|
border: dashed 1px #ddd;
|
||||||
|
|||||||
Reference in New Issue
Block a user