chore: add newbing

This commit is contained in:
VaalaCat 2023-05-08 15:27:31 +08:00
parent 3ce5376233
commit 2d4f37068e

View File

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