Some small poking at things :)
dont midn the version bump, it's easier to bump versions then to get Maven to bahave
This commit is contained in:
@@ -32,6 +32,7 @@ import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
import static me.neurodock.core.Core.ensureDir;
|
||||
import static me.neurodock.core.Core.writeLog;
|
||||
|
||||
/**
|
||||
@@ -71,6 +72,8 @@ public class PythonRunner extends OllamaFunctionTool {
|
||||
public PythonRunner(Core core) {
|
||||
this.core = core;
|
||||
|
||||
ensureDir("./pythonFiles/");
|
||||
|
||||
try {
|
||||
serverSocket = new ServerSocket(6050);
|
||||
Thread thread = new Thread(() -> {
|
||||
|
||||
Reference in New Issue
Block a user