Alex Hafner

Results 8 comments of Alex Hafner

I'm not sure how far ruby support for the M1 is is but it looks like you've got an ancient versino of oso, you should be on 0.26.0

Hi @zikphil - do you have a chance to move forward with this PR? We had used it with a handful of calls so far and it worked fine, would...

Had the same issue with the curl install method on a new install, worked with the git install method.

@gazorby @patrick91 I wonder how we could move this forward / split the PR if required. I've used @gazorby 's fork in a POC for a while (the Pydantic features,...

@patrick91 sure thing, I'll message you there

Thanks for the quick feedback @codebyaryan . I've created https://github.com/graphql-python/graphene/pull/1369 as a starting point on how we could handle that.

In my case, it turned out that Volta managed amplify. The plugin scan for amplify plugins does not pick that up. instead, I had to run `amplify plugin add` and...

One combination that works is calling the invoke endpoint explicitly ie `model: bedrock/invoke/anthropic.claude-3-5-haiku-20241022-v1:0` in combination with the `config.yaml` setting `modify_params` to `true` ```yaml litellm_settings: modify_params: true ```