stanfordnlp / dspy

DSPy: The framework for programming—not prompting—foundation models
https://dspy-docs.vercel.app/
MIT License
13.82k stars 1.06k forks source link

Fix: Prem DsPY Basic Request Return type should be list not string #1171

Closed Anindyadeep closed 1 week ago

Anindyadeep commented 1 week ago

Due to this, all the workflows in DsPY like Predict etc was failing when using Prem.

Additionally, this PR also adds kwargs in the constructor because in some of the examples, it does requires some additional parameters while we initialize the LLM before configuring it.