g-ai-robot3 0.1.43 → 0.1.44

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.
@@ -26945,6 +26945,10 @@ const hu = {
26945
26945
  audioWs: { default: "wss://172.16.103.188:10096/" },
26946
26946
  wsServer: { default: "wss://wiki.keepsoft.net:39002/ws" },
26947
26947
  instructWs: { default: "wss://wiki.keepsoft.net:39002/commandWs" },
26948
+ offer: { default: "http://172.16.104.150:8010/offer" },
26949
+ human: { default: "http://172.16.104.150:8010/human" },
26950
+ stop_audio: { default: "http://172.16.104.150:8010/stop_audio" },
26951
+ humanaudio: { default: "http://172.16.103.188:21215/metahuman/humanaudio" },
26948
26952
  searchTextCallback: { type: Function, default: (n) => {
26949
26953
  console.log(n, "params");
26950
26954
  } },
@@ -27395,7 +27399,7 @@ const hu = {
27395
27399
  for (const [t, h] of i)
27396
27400
  e[t] = h;
27397
27401
  return e;
27398
- }, Hi = /* @__PURE__ */ ju(pu, [["__scopeId", "data-v-ba71c368"]]);
27402
+ }, Hi = /* @__PURE__ */ ju(pu, [["__scopeId", "data-v-1a5844b9"]]);
27399
27403
  Hi.name = "gAiRoot3";
27400
27404
  Hi.install = function(n) {
27401
27405
  n.component("GAiRoot3", Hi);