forked from Mirror/ollama4j
clean up
This commit is contained in:
parent
35728ae208
commit
12f099260f
@ -476,6 +476,7 @@ public class OllamaAPI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (statusCode != 200) {
|
if (statusCode != 200) {
|
||||||
logger.error("Status code " + statusCode);
|
logger.error("Status code " + statusCode);
|
||||||
throw new OllamaBaseException(responseBuffer.toString());
|
throw new OllamaBaseException(responseBuffer.toString());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user