guideai-app 0.4.2-1 → 0.4.2-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,5 +4,3 @@ export declare const GUIDE_AI_API_BASE = "https://www.getguide.ai/api";
4
4
  export declare const METADATA_API_BASE = "http://localhost:3000/api";
5
5
  export declare const OPENAI_REALTIME_BASE = "https://api.openai.com/v1/realtime";
6
6
  export declare const OPENAI_REALTIME_MODEL = "gpt-realtime-2025-08-28";
7
- export declare const GEMINI_API_KEY = "AIzaSyBiFyzjYVupLyk8BdmfWzBL1GbzX8OUdPc";
8
- export declare const GEMINI_API_ENDPOINT = "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guideai-app",
3
- "version": "0.4.2-1",
3
+ "version": "0.4.2-2",
4
4
  "description": "AI-powered guide component for React applications",
5
5
  "main": "dist/GuideAI.js",
6
6
  "types": "dist/index.d.ts",