mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-02 17:40:41 +01:00
clean up
This commit is contained in:
@@ -24,7 +24,7 @@ public class OllamaAPI {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(OllamaAPI.class);
|
||||
private final String host;
|
||||
private long requestTimeoutSeconds = 3;
|
||||
private final long requestTimeoutSeconds = 3;
|
||||
private boolean verbose = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user