-
please add support rescue for response.status = 429
or give access to the raw response completely so we can handle it with our logic
thanks for you work
-
**Image Generation error **
PS C:\Users\SILVER> & "D:/Program Files/Python312/python.exe" "c:/Users/SILVER/Desktop/import requests.py"
Traceback (most recent call last):
File "c:\Users\SILVER…
BDXBB updated
5 months ago
-
Currently we cant pass additional headers to VertexAI which might be needed for proxy.
Example:
```
client = GenerativeModel("gemini-pro")
metadata = (("x-header-key", "value"),) # Currently not…
-
**Client**
Client: Vertex AI, Gemini, genai
**Environment**
Environment: macOS 14.5
**Go Environment**
go version go1.22.2 darwin/arm64
**Code**
```go
package main
import (
…
-
When I ask gemini for weather information it responses with a utility object show everything in a gui object.
This thing when asked in the terminal replies with a strange link.
`User: How is tod…
-
are you going to add embbending end point ?
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
I want to set a proxy client. but it didn't work.
i need U help
like: client, _ = genai.NewClient(g.ctx, option.WithAPIKey("AIzaSyBwDX0zNmutFMwViEE"), option.WithHTTPClient(httpclientByProxy))
"h…
-
Datasette in particular needs a neat way to run different models via an `await ...` async method. Having a way for model plugins to provide this - especially the API based plugins like OpenAI and Clau…
-
Hello,
I have created a trained model in Vertex AI Studio. How do I use this library `@google-cloud/vertexai` to use that model for my predictive generation?