Skip to content

Commit

Permalink
Update enable_gen_ai.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Mar 8, 2025
1 parent 0104e31 commit 319aebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/lib/enable_gen_ai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

// Turn on or off gen-ai features in the client.
const bool genAiEnabled = true;
const bool genAiEnabled = false;

/*
When [genAiEnabled] is true, use this
Expand Down

0 comments on commit 319aebe

Please sign in to comment.