@fonoster/autopilot 0.7.16 → 0.7.17

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.
package/dist/envs.d.ts CHANGED
@@ -1,3 +1 @@
1
1
  export declare const ASSISTANT: string | undefined;
2
- export declare const GROQ_API_KEY: string | undefined;
3
- export declare const OPENAI_API_KEY: string | undefined;
package/dist/envs.js CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.OPENAI_API_KEY = exports.GROQ_API_KEY = exports.ASSISTANT = void 0;
6
+ exports.ASSISTANT = void 0;
7
7
  /*
8
8
  * Copyright (C) 2024 by Fonoster Inc (https://fonoster.com)
9
9
  * http://github.com/fonoster/fonoster
@@ -31,5 +31,3 @@ if (process.env.NODE_ENV === "dev") {
31
31
  (0, common_1.assertEnvsAreSet)(["ASSISTANT"]);
32
32
  (0, common_1.assertFileExists)(process.env.ASSISTANT);
33
33
  exports.ASSISTANT = process.env.ASSISTANT;
34
- exports.GROQ_API_KEY = process.env.GROQ_API_KEY;
35
- exports.OPENAI_API_KEY = process.env.OPENAI_API_KEY;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/autopilot",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
4
4
  "description": "Voice AI for the Fonoster platform",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/fonoster#readme",
@@ -56,5 +56,5 @@
56
56
  "devDependencies": {
57
57
  "typescript": "^5.5.4"
58
58
  },
59
- "gitHead": "1d2898f38de4690f0b9c2dac5506c2ddaeebedbb"
59
+ "gitHead": "4408dbb6ca8aafe086ac86ebd6b5daa255e8c99f"
60
60
  }