textgrad
textgrad copied to clipboard
Params are 100% unused in the experimental engines
https://github.com/zou-group/textgrad/blob/d9c357d959bafa44d8175f54ba4c43ec93342b42/textgrad/engine_experimental/litellm.py#L40
Please expose all sampler paramas as kwargs in some way within textgrad! I should be able to trivially pass in temperature and min_p values!
this PR should hopefully fix that #159, but i need to do some more testing