Skip to content

Commit fbdceb2

Browse files
committed
Disable
1 parent feb9b9d commit fbdceb2

File tree

1 file changed

+1
-0
lines changed
  • public/app/plugins/datasource/prometheus/querybuilder/components/promQail/state

1 file changed

+1
-0
lines changed

public/app/plugins/datasource/prometheus/querybuilder/components/promQail/state/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ function guessMetricFamily(metric: string): string {
272272
* @returns true if the LLM plugin is enabled.
273273
*/
274274
export async function isLLMPluginEnabled(): Promise<boolean> {
275+
return Promise.resolve(false); // LOGZ.IO GRAFANA CHANGE :: DEV-44665-grafana-upgrade-remove-llm
275276
// Check if the LLM plugin is enabled.
276277
// If not, we won't be able to make requests, so return early.
277278
const openaiEnabled = llms.openai.health().then((response) => response.ok);

0 commit comments

Comments
 (0)