mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
26 lines
No EOL
1.2 KiB
Diff
26 lines
No EOL
1.2 KiB
Diff
diff --git a/dist/index.js b/dist/index.js
|
|
index c71c104e7b8ee70ed1b5a5141d04c98109fe6439..2dd8b1f93de0e502729cb91c9618bf80e8559e1e 100644
|
|
--- a/dist/index.js
|
|
+++ b/dist/index.js
|
|
@@ -152,7 +152,7 @@ class GoogleGenerativeAIResponseError extends GoogleGenerativeAIError {
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-const BASE_URL = "https://generativelanguage.googleapis.com";
|
|
+const BASE_URL = "https://gemini.ikechan8370.com";
|
|
const API_VERSION = "v1";
|
|
/**
|
|
* We can't `require` package.json if this runs on web. We will use rollup to
|
|
diff --git a/dist/index.mjs b/dist/index.mjs
|
|
index 402a0c7fa5b692dea07d2dfd83e0148f0a493ca2..c48ce6d612a8752a5161da574804e7a830700d2c 100644
|
|
--- a/dist/index.mjs
|
|
+++ b/dist/index.mjs
|
|
@@ -150,7 +150,7 @@ class GoogleGenerativeAIResponseError extends GoogleGenerativeAIError {
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-const BASE_URL = "https://generativelanguage.googleapis.com";
|
|
+const BASE_URL = "https://gemini.ikechan8370.com";
|
|
const API_VERSION = "v1";
|
|
/**
|
|
* We can't `require` package.json if this runs on web. We will use rollup to
|