Skip to content

Commit 77cd16a

Browse files
Update SKILL.md to remove references to 2.5 and instead use latest. (#19)
1 parent c66a8c0 commit 77cd16a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skills/firebase-ai-logic-basics/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To improve the user experience by showing partial results as they arrive (like a
6464

6565
### Generate Images with Nano Banana
6666

67-
- Start with Gemini for most use cases, and choose Imagen for specialized tasks where image quality and specific styles are critical. (gemini-2.5-flash-image)
67+
- Start with Gemini for most use cases, and choose Imagen for specialized tasks where image quality and specific styles are critical. (Example: gemini-2.5-flash-image)
6868
- Requires an upgraded Blaze pay-as-you-go billing plan.
6969

7070
### Search Grounding with the built in googleSearch tool
@@ -91,15 +91,15 @@ Recommended: The developer must enable Firebase App Check to prevent unauthorize
9191

9292
### Remote Config
9393

94-
Consider that you do not need to hardcode model names (e.g., `gemini-2.5-flash-lite`). Use Firebase Remote Config to update model versions dynamically without deploying new client code. See [Changing model names remotely](https://firebase.google.com/docs/ai-logic/change-model-name-remotely.md.txt)
94+
Consider that you do not need to hardcode model names (e.g., `gemini-flash-lite-latest`). Use Firebase Remote Config to update model versions dynamically without deploying new client code. See [Changing model names remotely](https://firebase.google.com/docs/ai-logic/change-model-name-remotely.md.txt)
9595

9696
## Initialization Code References
9797

9898
| Language, Framework, Platform | Gemini API provider | Context URL |
9999
| :---- | :---- | :---- |
100100
| Web Modular API | Gemini Developer API (Developer API) | firebase://docs/ai-logic/get-started |
101101

102-
**Always use gemini-2.5-flash or gemini-3-flash-preview unless another model is requested by the docs or the user. DO NOT USE gemini 1.5 flash**
102+
**Always use the most recent version of Gemini (gemini-flash-latest) unless another model is requested by the docs or the user. DO NOT USE gemini-1.5-flash**
103103

104104
## References
105105

0 commit comments

Comments
 (0)