@google/generative-ai
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -217,3 +217,3 @@ 'use strict'; | ||
const DEFAULT_BASE_URL = "https://generativelanguage.googleapis.com"; | ||
const DEFAULT_API_VERSION = "v1"; | ||
const DEFAULT_API_VERSION = "v1beta"; | ||
/** | ||
@@ -223,3 +223,3 @@ * We can't `require` package.json if this runs on web. We will use rollup to | ||
*/ | ||
const PACKAGE_VERSION = "0.6.0"; | ||
const PACKAGE_VERSION = "0.7.0"; | ||
const PACKAGE_LOG_HEADER = "genai-js"; | ||
@@ -226,0 +226,0 @@ var Task; |
@@ -19,3 +19,3 @@ /** | ||
export declare const DEFAULT_BASE_URL = "https://generativelanguage.googleapis.com"; | ||
export declare const DEFAULT_API_VERSION = "v1"; | ||
export declare const DEFAULT_API_VERSION = "v1beta"; | ||
export declare enum Task { | ||
@@ -22,0 +22,0 @@ GENERATE_CONTENT = "generateContent", |
{ | ||
"name": "@google/generative-ai", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Google AI JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -95,2 +95,5 @@ # Google AI JavaScript SDK | ||
## Changelog | ||
- `@google/generative-ai` - [CHANGELOG.md](/main/packages/main/CHANGELOG.md) | ||
## Contributing | ||
@@ -97,0 +100,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159511
105