claudish 3.1.2 → 3.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -61983,7 +61983,7 @@ var getRemoteProviders = () => [
|
|
|
61983
61983
|
baseUrl: process.env.GEMINI_BASE_URL || "https://generativelanguage.googleapis.com",
|
|
61984
61984
|
apiPath: "/v1beta/models/{model}:streamGenerateContent?alt=sse",
|
|
61985
61985
|
apiKeyEnvVar: "GEMINI_API_KEY",
|
|
61986
|
-
prefixes: ["g/", "gemini/"
|
|
61986
|
+
prefixes: ["g/", "gemini/"],
|
|
61987
61987
|
capabilities: {
|
|
61988
61988
|
supportsTools: true,
|
|
61989
61989
|
supportsVision: true,
|