Marco Mayer

Results 26 comments of Marco Mayer

@MadsRC okay so I could setup LiteLLM Proxy to forward the requests back and forth to AWS Bedrock Access Gateway? Or would one need to replace the Gateway with LiteLLM?

> You could do either. Not sure how well it would work in front of Bedrock Access Gateway, since it would be traveling through several translation layers. But it could...

@MadsRC just FIY, the LiteLLM Proxy path didn't work because you can't tell LiteLLM to provide an anthropic-API endpoint while calling a openai compatible API :/ So it can't do...

Same issue, would be great to get this merged and get a new release.

Nice! I'd love to use this in lazygit but couldn't find any config options or hints on how to do so. Any hints?

Stumbled into the same issue with: ``` - name: pct in: query required: false schema: type: integer default: 0 x-go-type-skip-optional-pointer: true minimum: 0 maximum: 100 ``` Code: ` err =...