From 2d4f37068e2175c2da8c253214b891ff1aa96f1c Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Mon, 8 May 2023 15:27:31 +0800 Subject: [PATCH] chore: add newbing --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 48d7a45..821731e 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -293,7 +293,7 @@ let contexts = [ ], ]; -const models = ["chatyuan", "chatvaala", "chatglm"]; +const models = ["newbing", "chatvaala"]; function Home() { const [model, setModel] = useState(models[0]);