@fonoster/autopilot 0.9.8 → 0.9.9

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.
Files changed (2) hide show
  1. package/dist/envs.js +1 -1
  2. package/package.json +2 -2
package/dist/envs.js CHANGED
@@ -51,7 +51,7 @@ exports.APISERVER_ENDPOINT = e.AUTOPILOT_APISERVER_ENDPOINT
51
51
  : "apiserver:50051";
52
52
  exports.INTEGRATIONS_FILE = e.AUTOPILOT_INTEGRATIONS_FILE
53
53
  ? e.AUTOPILOT_INTEGRATIONS_FILE
54
- : `${process.cwd()}/config/integrations.json`;
54
+ : "/opt/fonoster/integrations.json";
55
55
  exports.OPENAI_API_KEY = e.AUTOPILOT_OPENAI_API_KEY;
56
56
  exports.SKIP_IDENTITY = e.AUTOPILOT_SKIP_IDENTITY === "true";
57
57
  if (exports.SILERO_VAD_VERSION !== "v4" && exports.SILERO_VAD_VERSION !== "v5") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonoster/autopilot",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
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",
@@ -57,5 +57,5 @@
57
57
  "devDependencies": {
58
58
  "typescript": "^5.5.4"
59
59
  },
60
- "gitHead": "ce8a2ea35fa85d494b158ddb8e61bd92ff2af00b"
60
+ "gitHead": "a975f841b637ecff27477855e6d76481c00c3a69"
61
61
  }