kartikc727
kartikc727
Updated the notebook at `notebooks/responsibleaidashboard/text/responsibleaidashboard-openai-model-debugging.ipynb` to use the new generative text task type. The patched model currently does not output the ground truth answer from the dataset, and instead outputs...
A list of issues and potential enhancements for the newly added generative text task type ## Bug Fixes - [ ] Cache not being used in the `compute_genai_metrics` method of...
### Description of the feature request: Currently, the [Python Quickstart](https://ai.google.dev/tutorials/python_quickstart) documentation for using the Gemini API suggests setting the API key in the default client configuration. ```python import google.generativeai as...