From a9e0a9aa3ab006078744ebca540819760600024b Mon Sep 17 00:00:00 2001 From: "Kai H. Meder" Date: Fri, 13 Sep 2024 08:48:00 +0200 Subject: [PATCH] enable o1-mini model (#19) https://platform.openai.com/docs/models/o1 --- src/static/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/static/config.json b/src/static/config.json index df69791..d075177 100644 --- a/src/static/config.json +++ b/src/static/config.json @@ -8,7 +8,11 @@ "availableModels": [ { "value": "gpt-4o", - "label": "GPT-4o (Omni)" + "label": "GPT-4o" + }, + { + "value": "o1-mini", + "label": "o1-mini" } ], "writingCharacters": [