Skip to content
6 changes: 0 additions & 6 deletions server/config/feature_flag_configs/autopush.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"owner": "gmechali",
"description": "Adds the ability to deep link to bar charts, line charts, ranking and map charts"
},
{
"name": "enable_gemini_3_flash",
"enabled": true,
"owner": "shixiao",
"description": "Enables Gemini 3 Flash for NL detection."
},
{
"name": "enable_nl_agent_detector",
"enabled": true,
Expand Down
6 changes: 0 additions & 6 deletions server/config/feature_flag_configs/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"owner": "gmechali",
"description": "Adds the ability to deep link to bar charts, line charts, ranking and map charts"
},
{
"name": "enable_gemini_3_flash",
"enabled": false,
"owner": "shixiao",
"description": "Enables Gemini 3 Flash for NL detection."
},
{
"name": "enable_nl_agent_detector",
"enabled": false,
Expand Down
6 changes: 0 additions & 6 deletions server/config/feature_flag_configs/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"owner": "gmechali",
"description": "Adds the ability to deep link to bar charts, line charts, ranking and map charts"
},
{
"name": "enable_gemini_3_flash",
"enabled": false,
"owner": "shixiao",
"description": "Enables Gemini 3 Flash for NL detection."
},
{
"name": "enable_nl_agent_detector",
"enabled": false,
Expand Down
6 changes: 0 additions & 6 deletions server/config/feature_flag_configs/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"owner": "gmechali",
"description": "Adds the ability to deep link to bar charts, line charts, ranking and map charts"
},
{
"name": "enable_gemini_3_flash",
"enabled": false,
"owner": "shixiao",
"description": "Enables Gemini 3 Flash for NL detection."
},
{
"name": "enable_nl_agent_detector",
"enabled": true,
Expand Down
6 changes: 0 additions & 6 deletions server/config/feature_flag_configs/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"owner": "gmechali",
"description": "Adds the ability to deep link to bar charts, line charts, ranking and map charts"
},
{
"name": "enable_gemini_3_flash",
"enabled": true,
"owner": "shixiao",
"description": "Enables Gemini 3 Flash for NL detection."
},
{
"name": "enable_nl_agent_detector",
"enabled": false,
Expand Down
Loading