limbo-ai 1.23.0 → 1.23.1
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/config.toml.template
CHANGED
package/package.json
CHANGED
|
@@ -74,7 +74,7 @@ test('config.toml.template does NOT contain unsupported sections', () => {
|
|
|
74
74
|
|
|
75
75
|
test('config.toml.template uses envsubst variables', () => {
|
|
76
76
|
const toml = read('config.toml.template');
|
|
77
|
-
const vars = ['${MODEL_PROVIDER}', '${
|
|
77
|
+
const vars = ['${MODEL_PROVIDER}', '${MODEL_NAME}', '${LIMBO_PORT}'];
|
|
78
78
|
for (const v of vars) {
|
|
79
79
|
assert.ok(toml.includes(v), `Missing envsubst variable: ${v}`);
|
|
80
80
|
}
|