Sfoglia il codice sorgente

feat: 优化playground搜索模型功能

CalciumIon 1 anno fa
parent
commit
18a8216a43
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      web/src/components/Playground.js

+ 1 - 0
web/src/components/Playground.js

@@ -284,6 +284,7 @@ const Playground = () => {
             name='model'
             required
             selection
+            searchPosition='dropdown'
             filter
             onChange={(value) => {
               handleInputChange('model', value);