@mclean-capital/neura 3.3.0 → 3.4.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/core/server.bundled.mjs +2 -1
- package/core/server.bundled.mjs.map +2 -2
- package/core/version.txt +1 -1
- package/dist/commands/install.d.ts.map +1 -1
- package/dist/commands/install.js +4 -2
- package/dist/commands/install.js.map +1 -1
- package/dist/providers.d.ts.map +1 -1
- package/dist/providers.js +16 -0
- package/dist/providers.js.map +1 -1
- package/package.json +1 -1
package/core/server.bundled.mjs
CHANGED
|
@@ -71668,7 +71668,8 @@ var KNOWN_BASE_URLS = {
|
|
|
71668
71668
|
google: "https://generativelanguage.googleapis.com/v1beta/openai",
|
|
71669
71669
|
deepinfra: "https://api.deepinfra.com/v1/openai",
|
|
71670
71670
|
together: "https://api.together.xyz/v1",
|
|
71671
|
-
anthropic: "https://api.anthropic.com/v1"
|
|
71671
|
+
anthropic: "https://api.anthropic.com/v1",
|
|
71672
|
+
vercel: "https://ai-gateway.vercel.sh/v1"
|
|
71672
71673
|
};
|
|
71673
71674
|
var ProviderRegistry = class {
|
|
71674
71675
|
providers;
|