-
### Description of the bug:
I get lots of intermittent 500 errors (lots and lots!) but this request gives consistent 500 errors:
```json
{"contents":
[
{"role":"user","parts":[{"text":""…
ianb updated
6 months ago
-
### Description of the bug:
model.generate_content(content).text
### Actual vs expected behavior:
(Pdb) len(content)
31256
(Pdb) model.generate_content(content)
(Pdb) rep = model.generate_co…
-
### Feature request
Add a progress bar to `GooglePalmEmbeddings.embed_documents()` function. [tqdm](https://github.com/tqdm/tqdm) would work just fine.
In my opinion, all embedders should have a p…
ugm2 updated
9 months ago
-
### Description of the bug:
I ran the example code on [https://ai.google.dev/tutorials/python_quickstart](https://ai.google.dev/tutorials/python_quickstart):
```
import google.generativeai as gena…
-
### System Info
Similar issue, when tried to work with Gemini.Ai
### Who can help?
_No response_
### Information
- [X] The official example notebooks/scripts
- [X] My own modified scripts
### Re…
-
Hey, I am looking for a way to use AutoGen without having an OpenAI key or enough VRAM to download decent open-source models locally. Gemini seems to be a very good option as it has a free developer A…
-
**Describe the bug**
Google AI Studio not connect
**To Reproduce**
Steps to reproduce the behavior:
1. Set API Key on RagAPP
2. Select model Gemini 1.5 Pro
3. Scroll down to '....'
4. See e…
-
implementation "com.google.ai.client.generativeai:generativeai:0.1.1" appears incompatible version of Kotlin issue:Module was compiled with an incompatible version of Kotlin. The binary version of it…
-
See example from v1beta2 REST API
https://developers.generativeai.google/api/rest/generativelanguage/models/generateText
There's also a new version v1beta3 available now that includes Fine Tuning.…
gsans updated
9 months ago
-
This is so cool. It works nicely with the default llama model in the code.
Note it doesn't work when trying to use the following model: 'Qwen/Qwen1.5-110B-Chat-demo'
Exception as follows:
`…