-
### Description of the bug:
## Description
I'm consistently encountering an Internal Server Error (HTTP 500) when trying to use the Google Gemini API through the Inspect evaluation framework. This…
-
Add unit tests for python script
-
# URL
- https://arxiv.org/abs/2409.15173
# Affiliations
- Yashar Deldjoo, N/A
- Zhankui He, N/A
- Julian McAuley, N/A
- Anton Korikov, N/A
- Scott Sanner, N/A
- Arnau Ramisa, N/A
- Rene …
-
hi [humaarif155](https://github.com/humaarif155),
persian typed prompt/s is on problem:
test prompt : شیراز کجاست ؟
response :
```
google.generativeai.types.generation_types.StopCandidateExce…
-
Hei, I'm having some issues training LoRAs.
I did what was suggested in this thread: https://github.com/kohya-ss/sd-scripts/issues/405 and did both things angelOnly (editing the huggingface_util.py f…
-
### Description of the bug:
My code is
```
> if imageext.upper() == ".PNG":
> print("Make blank")
> rez_img = rez_img.convert("RGBA")
> print(rez_img.mode)
> …
-
Hey folks - looks like google added some cool new features that allow code execution on their end. It doesn't seem like this is supported out of the box in this library. Can someone confirm? If no, I …
-
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)
…
-
### Description of the feature request:
I cant run on multiple images as i am trying to run it on many images and store there output but it is saying
{
"image": "800040_2.pdf_4.jpg",
"descriptio…
-
If I use GoogleGemini as LLM (see code in my forked version), the `main.rb` demo tends to give consistent 500s after a few invokations.
* It seems like either the API is rate limited, or maybe not
*…