Skip to content

Commit

Permalink
Fix experimentalTool default value
Browse files Browse the repository at this point in the history
  • Loading branch information
humcqc committed Jun 10, 2024
1 parent 95e3d20 commit 213c0af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ interface OllamaConfig {
/**
* Whether to enable the experimental tools
*/
@WithDefault("true")
@WithDefault("false")
Optional<Boolean> experimentalTools();

/**
Expand Down

0 comments on commit 213c0af

Please sign in to comment.