From 3f4ca1a209ed9ade88d00ff778249c3995a266f2 Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Tue, 9 May 2023 14:37:02 +0800 Subject: [PATCH] chore: add more model --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 821731e..00fcbda 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -293,7 +293,7 @@ let contexts = [ ], ]; -const models = ["newbing", "chatvaala"]; +const models = ["newbing", "chatvaala", "chatyuan", "chatglm"]; function Home() { const [model, setModel] = useState(models[0]);