@isaacthoman/pulpo 0.81.1 → 0.81.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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17117,7 +17117,7 @@ var DEFAULT_INSTRUCTION_PRESETS = [{
|
|
|
17117
17117
|
title: "Casual",
|
|
17118
17118
|
instructions: DEFAULT_CASUAL_INSTRUCTIONS,
|
|
17119
17119
|
color: "#f7b75f",
|
|
17120
|
-
defaultEnabled:
|
|
17120
|
+
defaultEnabled: false
|
|
17121
17121
|
}];
|
|
17122
17122
|
var instructionPresetsSchema = external_exports.array(instructionPresetSchema).max(50).superRefine((presets, context) => {
|
|
17123
17123
|
const seen = /* @__PURE__ */ new Set();
|
|
@@ -18017,7 +18017,7 @@ async function runModelTest(input) {
|
|
|
18017
18017
|
}
|
|
18018
18018
|
|
|
18019
18019
|
// src/index.ts
|
|
18020
|
-
var CLI_VERSION = true ? "0.81.
|
|
18020
|
+
var CLI_VERSION = true ? "0.81.2" : "0.1.0";
|
|
18021
18021
|
var CLI_BUNDLED = true;
|
|
18022
18022
|
var commandIo = /* @__PURE__ */ new WeakMap();
|
|
18023
18023
|
var commandClientFactory = /* @__PURE__ */ new WeakMap();
|