-
Notifications
You must be signed in to change notification settings - Fork 975
docs(ai): Remove references to specific model versions #9203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
* | ||
* @example | ||
* ```javascript | ||
* const imagen = new ImagenModel( | ||
* ai, | ||
* { | ||
* model: 'imagen-3.0-generate-002' | ||
* model: 'imagen-model-name' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it clear and understood that this should be replaced with an actual model name?
@@ -144,7 +144,7 @@ If the request to generate images fails. This happens if the prompt is blocked. | |||
const imagen = new ImagenModel( | |||
ai, | |||
{ | |||
model: 'imagen-3.0-generate-002' | |||
model: 'imagen-model-name' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it clear and understood that this should be replaced with an actual model name?
Removes references to specific model versions (for example,
imagen-3.0-generate-002
), and adds links to https://firebase.google.com/docs/ai-logic/models.Addresses b/438110094 (internal)