From bd79f273e3d80aaaae0b901ead718f45729e4a20 Mon Sep 17 00:00:00 2001 From: Jarod Kurland Date: Tue, 14 May 2024 10:55:53 +0200 Subject: [PATCH] chore: added gpt-4-turbo and gpt-4o as selectable models --- src/static/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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": [