updated setVerbose

This commit is contained in:
Amith Koujalgi 2023-11-09 00:31:13 +05:30
parent bc31a5f92a
commit c1c3e4902a

View File

@ -49,7 +49,7 @@ public class OllamaAPI {
/** /**
* Set/unset logging of responses * Set/unset logging of responses
* @param verbose - true/false * @param verbose true/false
*/ */
public void setVerbose(boolean verbose) { public void setVerbose(boolean verbose) {
this.verbose = verbose; this.verbose = verbose;