chore: add more model

This commit is contained in:
VaalaCat 2023-05-09 14:37:02 +08:00
parent fdc4afa861
commit 3f4ca1a209

View File

@ -293,7 +293,7 @@ let contexts = [
], ],
]; ];
const models = ["newbing", "chatvaala"]; const models = ["newbing", "chatvaala", "chatyuan", "chatglm"];
function Home() { function Home() {
const [model, setModel] = useState(models[0]); const [model, setModel] = useState(models[0]);