diff --git a/src/routes/ChatRoute.tsx b/src/routes/ChatRoute.tsx index 8d52d84..ba165b4 100644 --- a/src/routes/ChatRoute.tsx +++ b/src/routes/ChatRoute.tsx @@ -275,7 +275,8 @@ export function ChatRoute() { })} data={[ { label: 'GPT-3.5', value: 'gpt-3.5-turbo' }, - { label: 'GPT-4', value: 'gpt-4' } + { label: 'GPT-4', value: 'gpt-4' }, + { label: 'GPT-4o', value: 'gpt-4o' } ]} onChange={async (value: 'gpt-3.5-turbo' | 'gpt-4') => { const model = value; diff --git a/src/static/config.json b/src/static/config.json index a1767b6..eed2847 100644 --- a/src/static/config.json +++ b/src/static/config.json @@ -53,6 +53,14 @@ { "value": "gpt-4-1106-preview", "label": "GPT-4-1106-Preview" + }, + { + "value": "gpt-4-turbo", + "label": "GPT-4 Turbo" + }, + { + "value": "gpt-4o", + "label": "GPT-4 omni" } ], "writingCharacters": [