We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-latest
1 parent 2bbf69f commit 254845eCopy full SHA for 254845e
lib/interaction/view/interaction_page.dart
@@ -255,7 +255,7 @@ class _InteractionViewState extends State<InteractionView>
255
final modelType =
256
widget.interactionMode == InteractionCubit.quickMode ? 'flash' : 'pro';
257
final model = GenerativeModel(
258
- model: 'gemini-1.5-$modelType-latest',
+ model: 'gemini-1.5-$modelType',
259
apiKey: preferencesState?.geminiApiKey ?? geminiApiKey,
260
tools: getToolDeclarations(preferencesState),
261
);
0 commit comments