global property

FluenticConfig global
getter/setter pair

Implementation

static FluenticConfig global = FluenticConfig(
  apiKey: "YOUR_OPENAI_API_KEY_HERE", // Placeholder - Load securely!
  defaultSystemPrompt:
      "You are a helpful AI assistant that provides concise and accurate information. "
      "When asked for structured data, you will return ONLY a valid JSON object "
      "as specified in the user's prompt, without any surrounding text or explanations.",
);