Herumb Shandilya
Herumb Shandilya
@ss2342 can you try adding the following to init and check? ```python self.kwargs = { "temperature": 0.0, "max_tokens": 150, "top_p": 1, "frequency_penalty": 0, "presence_penalty": 0, "n": 1, **kwargs, } ```...
@fsndzomga can you change the link in docs to `api/language_model_clients/Mistral`
@fsndzomga yes but you just need to specify the path and remove the base url from the link. So you can remove the `https://dspy-docs.vercel.app`
Hi @mgbvox, we've migrated away from mkdocs so that file will be removed as well in upcoming PR. Thanks for flagging! Regarding contributing to docs you need to `cd docs`...
@insop Good point lemme add this to the docs readme!
Thanks a lot for the suggestions and fixes!!
There might be a conflict to be resolved but other than that this looks good!
@JamesHWade There seems to be some conflicts still. Aside from that, any reason to remove typing types in favor of python type? I don't oppose the idea as such, just...
No worries, thanks for informing! I actually have no issues with python types either! Some tests seem to be failing on this though. Will take a look soon!
Updating that notebook today that was an older abstraction for dataloader!