AndrewVoirol
AndrewVoirol
```python import google.generativeai as genai from pathlib import Path genai.configure(api_key="YOUR_ACTUAL_API_KEY") # Ensure that the model ID is correct and that you have access to it model = genai.GenerativeModel('gemini-pro-vision') # Read...
```python import google.generativeai as genai from pathlib import Path genai.configure(api_key="YOUR_ACTUAL_API_KEY") # Ensure that the model ID is correct and that you have access to it model = genai.GenerativeModel('gemini-pro-vision') # Read...
thank you @bedros-p for the help and guidance.
Agree, I was trying this for a bit when the code was there, and I had the key. It wasn't working at all. Then I suppose as the model became...