arnavsinghvi11

Results 149 comments of arnavsinghvi11

Hi @chouksep , what version of `dspy` are you using? I believe some recent updates to the library may have fixed it. Feel free to try again and see if...

Hi @deepuak , DSPy supports AWS Bedrock! Check out [dspy.Bedrock](https://github.com/stanfordnlp/dspy/blob/main/dsp/modules/bedrock.py) and the underlying [AWSLM](https://github.com/stanfordnlp/dspy/blob/main/dsp/modules/aws_lm.py) class. You can use this directly `dspy.Bedrock(region_name=..., model=..., ...)` instead of `dspy.OpenAI()`.

Hi @augustfr , you can try using [HFModel](https://github.com/stanfordnlp/dspy/blob/main/dsp/modules/hf.py) to locally host models but this is not fully supported like the other clients.

Thanks @quajak ! @isaacbmiller similar tag here as the PR is failing checks

@mwildehahn just following on this to resolve conflicts and only make the necessary changes to pyproject.toml

@insop with #584 merged, did you want to circle back to adding these kwargs now? related to #591

Thanks @adam-simple ! LGTM, but @insop do you want to run some checks on this? (since you added the Together client :).

Hi @someshfengde , did you want to add your changes for Together to this PR? maybe the ones that were [removed from the other PR](https://github.com/stanfordnlp/dspy/pull/637#issuecomment-2021032131)?

@adam-simple @someshfengde should this PR be closed?

Hi @owen-deepskill , could you share the code for compiling `optimized_cot_qa`. Ideally, the saving and loading is correct as you've done it, but I believe this error would be coming...