Skip to content

Commit

Permalink
Add link to API version doc (#139)
Browse files Browse the repository at this point in the history
It's unlikely we will want to maintain copied information  about version
compatibility with the official docs, so link to them instead.
  • Loading branch information
natebosch authored May 1, 2024
1 parent 72dde3d commit eb5e39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/google_generative_ai/lib/src/model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ final class RequestOptions {
/// The API version used to make requests.
///
/// By default the version is `v1beta`.
/// See https://ai.google.dev/gemini-api/docs/api-versions for details.
final String? apiVersion;
const RequestOptions({this.apiVersion});
}
Expand Down

0 comments on commit eb5e39b

Please sign in to comment.