From 6bf8b644f8b7d9bdf6edaf842d6f7e0d6d9d1a46 Mon Sep 17 00:00:00 2001 From: LiquidInfinity <55765516+LiquidInfinity@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:20:31 -0400 Subject: [PATCH] Update ModelDropdown.tsx - Added GPT-4o and GPT4o-mini to model dropdown options --- src/common/ModelDropdown.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/ModelDropdown.tsx b/src/common/ModelDropdown.tsx index 4b58626..9fc2843 100644 --- a/src/common/ModelDropdown.tsx +++ b/src/common/ModelDropdown.tsx @@ -24,6 +24,8 @@ const ModelDropdown = () => { + + ); };