Ehsan Ziya

Results 11 issues of Ehsan Ziya

### Description of the bug: Both of the following results in an error. ```python model = genai.GenerativeModel( model_name="models/gemini-1.5-pro-001", system_instruction=(...), generation_config={ ..., "seed": 1 } ) ``` ```python model = genai.GenerativeModel(...

type:feature request
component:api