"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "28a3d599553007e42f709b8162e2a3b9f80b284b"
Commit 87b04b0f authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: params

parent 455403a4
......@@ -145,6 +145,7 @@
class=" bg-transparent text-center w-14"
min="0"
max="1"
step="any"
/>
</div>
</div>
......@@ -236,6 +237,7 @@
class=" bg-transparent text-center w-14"
min="0"
max="1"
step="any"
/>
</div>
</div>
......@@ -281,6 +283,7 @@
class=" bg-transparent text-center w-14"
min="0"
max="10"
step="any"
/>
</div>
</div>
......@@ -326,6 +329,7 @@
class=" bg-transparent text-center w-14"
min="0"
max="100"
step="any"
/>
</div>
</div>
......@@ -371,6 +375,7 @@
class=" bg-transparent text-center w-14"
min="0"
max="1"
step="any"
/>
</div>
</div>
......@@ -416,6 +421,7 @@
class=" bg-transparent text-center w-14"
min="0"
max="2"
step="any"
/>
</div>
</div>
......@@ -507,6 +513,7 @@
class=" bg-transparent text-center w-14"
min="0"
max="2"
step="any"
/>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment