@proxysoul/soulforge 1.0.2 → 1.0.3
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 +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38993,7 +38993,10 @@ var init_llmgateway = __esm(() => {
|
|
|
38993
38993
|
throw new Error("LLM_GATEWAY_API_KEY is not set");
|
|
38994
38994
|
}
|
|
38995
38995
|
const provider = createLLMGateway({
|
|
38996
|
-
apiKey
|
|
38996
|
+
apiKey,
|
|
38997
|
+
headers: {
|
|
38998
|
+
"X-Source": "soulforge"
|
|
38999
|
+
}
|
|
38997
39000
|
});
|
|
38998
39001
|
return provider.chat(modelId);
|
|
38999
39002
|
},
|