Assigned
Status Update
Comments
va...@google.com <va...@google.com>
si...@google.com <si...@google.com> #2
Digging around a bit, it appears WebKit itself doesn't handle authentication at all.
Instead, it would appear on Android that the package org.apache.http.auth does this.
Instead, it would appear on Android that the package org.apache.http.auth does this.
ch...@opus.pro <ch...@opus.pro> #3
It's definitely not passing through the information. Here's a snippet from my Apache
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
log:
---
192.168.10.199 - - [20/Nov/2008:20:14:37 -0600] "GET /file.txt HTTP/1.1" 401 401 "-"
"AndroidDownloadManager"
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
As of today, we want to control the randomness output from Gemini with seed option. However, the vertex ai typescript SDK does not provide such option for us to set the seed option. This behaviour is different from Python SDK.
We are using
"@google-cloud/vertexai": "^1.7.0"
What you expected to happen:
I expect that when I try to initiate VertexAI, I could set seed in the
GenerationConfig
so that I can control the randomness of the output.Steps to reproduce:
Compare the links below, the node sdk does not have
seed
parameter forGenerationConfig
.Other information (workarounds you have tried, documentation consulted, etc):