-
I'm trying to install langchain-google-genai using Poetry, and I'm getting this error:
Using version ^2.0.5 for langchain-google-genai
Updating dependencies
Resolving dependencies... (0.0s)
…
-
Hi
I am trying to use ps-fuzz locally with Google API using the config in the screenshot and currently getting the error:
`AttributeError: module 'google.generativeai.types' has no attribute 'Me…
-
I have attempted numerous times and several with the help of ChatGPT4o to correct the error of File "K:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_LLM_party\llm.py", line 16, in
impor…
-
### Description of the feature request:
Support for Tool and grounding in `google.generativeai` as available in VertexAI:
`from vertexai.generative_models import Tool, grounding`
### What …
-
### Description of the bug:
Hello, I'm trying to recreate the example at: https://github.com/google-gemini/cookbook/blob/main/examples/json_capabilities/Text_Summarization.ipynb. After specifying…
-
### Description of the bug:
I am using this script for gemini api to generate image:
```
import os
import google.generativeai as genai
genai.configure(api_key=os.environ['GEMINI_API_KEY'])
…
-
### Description of the bug:
I was playing around with tool use and streaming, this was my code:
```py
import google.generativeai as genai
import config
genai.configure(api_key=config.API_KEY…
-
every time I send a message to the AI from the app, this exception is thrown:
```
com.google.ai.client.generativeai.type.QuotaExceededException: Quota exceeded for quota metric 'Generate Content A…
-
### Feature Description
I am encountering a dependency conflict when attempting to add the `llama-index-llms-gemini` package to my project and I think some developers might have this problem too. The…
-
### Description of the bug:
```python
def run_auto_function_calling():
"""
Function calls naturally fit in to [multi-turn chats](https://ai.google.dev/api/python/google/generativeai/Gener…