def _identifying_params()

in courses/writing_prompts/streamlit_gemini_text/app.py [0:0]


    def _identifying_params(self) -> Mapping[str, Any]:
        """Get the identifying parameters."""
        return {"model_id": "gemini-1.5-pro", "temperature": 0.0}