ide-assi 0.247.0 → 0.249.0
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/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/components/ideAi.js +1 -1
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -193443,7 +193443,7 @@ class IdeAi
|
|
|
193443
193443
|
case "gemini":
|
|
193444
193444
|
this.#model = new ChatOpenAI({
|
|
193445
193445
|
modelName: "openrouter/deepseek-coder",
|
|
193446
|
-
apiKey: "sk-or-v1-
|
|
193446
|
+
apiKey: "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",
|
|
193447
193447
|
configuration: {
|
|
193448
193448
|
baseURL: "https://openrouter.ai/api/v1",
|
|
193449
193449
|
},
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193439,7 +193439,7 @@ class IdeAi
|
|
|
193439
193439
|
case "gemini":
|
|
193440
193440
|
this.#model = new ChatOpenAI({
|
|
193441
193441
|
modelName: "openrouter/deepseek-coder",
|
|
193442
|
-
apiKey: "sk-or-v1-
|
|
193442
|
+
apiKey: "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",
|
|
193443
193443
|
configuration: {
|
|
193444
193444
|
baseURL: "https://openrouter.ai/api/v1",
|
|
193445
193445
|
},
|
package/dist/components/ideAi.js
CHANGED
|
@@ -27,7 +27,7 @@ export class IdeAi
|
|
|
27
27
|
case "gemini":
|
|
28
28
|
this.#model = new ChatOpenAI({
|
|
29
29
|
modelName: "openrouter/deepseek-coder",
|
|
30
|
-
apiKey: "sk-or-v1-
|
|
30
|
+
apiKey: "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",
|
|
31
31
|
configuration: {
|
|
32
32
|
baseURL: "https://openrouter.ai/api/v1",
|
|
33
33
|
},
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -27,7 +27,7 @@ export class IdeAi
|
|
|
27
27
|
case "gemini":
|
|
28
28
|
this.#model = new ChatOpenAI({
|
|
29
29
|
modelName: "openrouter/deepseek-coder",
|
|
30
|
-
apiKey: "sk-or-v1-
|
|
30
|
+
apiKey: "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",
|
|
31
31
|
configuration: {
|
|
32
32
|
baseURL: "https://openrouter.ai/api/v1",
|
|
33
33
|
},
|