feat: add Mistral support

This commit is contained in:
2025-03-28 10:26:37 +01:00
parent cd3b58f7f8
commit dd361e8cea
8 changed files with 61 additions and 2205 deletions

View File

@@ -9,6 +9,6 @@ public class App {
public static void main(String[] args) {
System.out.println(new App().getGreeting());
Server.scannerUDP(0, 5000);
MistralDirectAPI.main(new String[] {});
}
}