update them

This commit is contained in:
mike
2025-12-21 15:00:35 +01:00
parent 3ef92b2b9b
commit b0be3937db

View File

@@ -36,7 +36,7 @@ public class ThemePoolBuilder {
static final class Opts {
String wordsPath = "/home/mike/dev/puzzle-generator/word-list.txt";
String endpoint = "http://192.168.1.159:1234/v1";
String endpoint = "https://jarvis-lan.appmodel.nl/api/stoic/chat/completions/";
List<String> feeds = new ArrayList<>(DEFAULT_FEEDS);
String outDir = "./out";