feat: 弃用旧的聊天配置

This commit is contained in:
1808837298@qq.com
2024-10-12 19:36:55 +08:00
parent 6a8a4bcf65
commit 89ddf83b44
9 changed files with 392 additions and 212 deletions

View File

@@ -49,7 +49,7 @@ const EditToken = (props) => {
group
} = inputs;
// const [visible, setVisible] = useState(false);
const [models, setModels] = useState({});
const [models, setModels] = useState([]);
const [groups, setGroups] = useState([]);
const navigate = useNavigate();
const handleInputChange = (name, value) => {