lsy
lsy
Since we upgrade go to v1.18, it also brings multi-workspace feature. It will create two new files: `go.work` `go.work.sum` after init go workspace. Maybe we should add those two files?
### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why...
### Issue description Hi, guys. Currently, e2t-test still has a randomly fail problem. I tried to set the breakpoint to debug, but the error is not reproduced. Is there an...
### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why...
Gateway API has some constraints about Route Attachment. Such as: - Gateway [AllowedRoutes](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.AllowedRoutes) defines which Routes may be attached - CommomRouteSpec [ParentReference](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.ParentReference) defines which Gateway it want to attachment. This...
### What is the problem you're trying to solve When we execute `nerdctl compose down`. nerdctl does not check is three any other containers still in the network and just...
Signed-off-by: Siyi Liao close: https://github.com/containerd/nerdctl/issues/1344
**Describe the solution you'd like** Litellm is a widely used tool in the AI community that allows deploying a proxy and providing access via HTTP API. Additionally, the Litellm API...
### What happened? ## Description When using LiteLLM proxy as a gateway with the `v1/messages?beta=true` endpoint in streaming mode, I've encountered an issue where `litellm.anthropic_messages` returns dict objects and [endpoints.py...