Problemunvalidated
the tuned model does not give any answers — by changing the `modelName` parameter inside `GenerativeModel gm = new GenerativeModel(modelName, apiKey);` to the ID of the generated tuned model `tunedModels/first-aid-123example123`. Tension: My problem is that the model responds to any input, not just emergencies. Outcome: How should I adjust the code to use the tuned model instead of the standard Gemini generative model?
74f9424c-6764-4d09-88b5-a887ab8a3325
the tuned model does not give any answers — by changing the modelName parameter inside GenerativeModel gm = new GenerativeModel(modelName, apiKey); to the ID of the generated tuned model tunedModels/first-aid-123example123. Tension: My problem is that the model responds to any input, not just emergencies. Outcome: How should I adjust the code to use the tuned model instead of the standard Gemini generative model?