pi-gitlab-duo 0.1.2 → 0.1.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/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -32,7 +32,7 @@ const AI_GATEWAY_URL = "https://cloud.gitlab.com";
|
|
|
32
32
|
const ANTHROPIC_PROXY_URL = `${AI_GATEWAY_URL}/ai/v1/proxy/anthropic/`;
|
|
33
33
|
const OPENAI_PROXY_URL = `${AI_GATEWAY_URL}/ai/v1/proxy/openai/v1`;
|
|
34
34
|
|
|
35
|
-
const BUNDLED_CLIENT_ID = "
|
|
35
|
+
const BUNDLED_CLIENT_ID = "da4edff2e6ebd2bc3208611e2768bc1c1dd7be791dc5ff26ca34ca9ee44f7d4b";
|
|
36
36
|
const OAUTH_SCOPES = ["api"];
|
|
37
37
|
const REDIRECT_URI = "http://127.0.0.1:8080/callback";
|
|
38
38
|
const DIRECT_ACCESS_TTL = 25 * 60 * 1000;
|