Jón Levy
Jón Levy
I am noticing that `package-lock.json` was modified, that is weird 🤷🏼 Perhaps pinning `node` and `npm` versions in `package.json` might help. Here is my env: ```bash # nx --version Nx...
I converted the PR to a draft since it's actually an issue. The package-lock got modified by running `npm install`, which it shouldn't, so I guess it will get modified...
Update: If I use the [OpenApi example config](https://github.com/cloudposse/terraform-aws-api-gateway/blob/main/examples/complete/main.tf) I am able to apply.
did you set the `containerMode` ? This works ``` # ... template: metadata: annotations: actions.github.com/ttl: "3600" labels: workload: arc-runners spec: nodeSelector: karpenter.sh/nodepool: arc-runners tolerations: - key: "workload" operator: "Equal" value:...
the filename of the middleware seems to matter. this produces the warning ``` middleware/auth.ts ``` this doesnt ``` middleware/auth.custom.ts ```
> [LibreChat-c0bea59-Fix federated token propagation.patch](https://github.com/user-attachments/files/22772090/LibreChat-c0bea59-Fix.federated.token.propagation.patch) > > When you apply this patch - this made it work applied
improved the tests
@danny-avila would be great to get your thoughts on this 🙏🏼
@danny-avila were you able to review this?
> so with this implementation, that will mean that requests will be subject to the ai gateways model access and budgets etc. > > with regards to model access, are...