Skip to content

Commit

Permalink
Adding last config point.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jun 8, 2023
1 parent f5ccd19 commit f6affa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ree6-Installer/src/main/java/de/presti/ree6/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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(""));

Expand Down

0 comments on commit f6affa7

Please sign in to comment.