Closed adoniscyp closed 1 year ago
Interesting... It looks like there is a logit_bias
field inside of the request object however the field is not an array but is instead null or undefined.
Do you know which endpoint this is for? And do you know if you're app is constructing the request object or if the langchain
plugin is constructing it?
@tlhunter here Langchain JS is calling the open ai chat completion api.
In the langchain js source code, thee logit_bias
field is optional.
This suddenly started causing issues and we had to disable the tracing call for this context.
A fix for this should go out in the next release
@tlhunter is there a previous release that we can use in the meantime? We can do without this feature. When is the next release expected?
Expected behaviour
Actual behaviour
Started getting the following error and had to disable tracing. Error from Sentry
I think the issue is because it tries to contact the process on 8126 and for some reason is unable to find it. http http://172.16.131.95:8126/ [404] { http.method: POST }
Steps to reproduce
Environment Kustomize Version: v5.0.1 Server Version: version.Info{Major:"1", Minor:"24+", GitVersion:"v1.24.14-eks-c12679a", GitCommit:"05d192f0de17608d98e17761ad3cffa9a6407f2f", GitTreeState:"clean", BuildDate:"2023-05-22T23:41:27Z", GoVersion:"go1.19.9", Compiler:"gc", Platform:"linux/amd64"}
Operation system:
Node.js version: v18.16
Tracer version:
Agent version:
Relevant library versions: