From f6affa71bd25bb5df4c5c90818e16840a58137b7 Mon Sep 17 00:00:00 2001 From: Presti Date: Thu, 8 Jun 2023 14:50:54 +0200 Subject: [PATCH] Adding last config point. --- Ree6-Installer/src/main/java/de/presti/ree6/Main.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ree6-Installer/src/main/java/de/presti/ree6/Main.java b/Ree6-Installer/src/main/java/de/presti/ree6/Main.java index fcb9337bf..1e8fcf7be 100644 --- a/Ree6-Installer/src/main/java/de/presti/ree6/Main.java +++ b/Ree6-Installer/src/main/java/de/presti/ree6/Main.java @@ -156,6 +156,9 @@ public static void setupStepTwo() throws IOException { print("Enter your OpenAI API-Url (NONE)"); config.getConfiguration().set("openai.apiUrl", getValueOrDefault("")); + print("Enter your OpenAI AI-Model (NONE)"); + config.getConfiguration().set("openai.model", getValueOrDefault("")); + print("Enter your Sentry DSN (NONE)"); config.getConfiguration().set("sentry.dsn", getValueOrDefault(""));