Eyas Taifour
Eyas Taifour
There is a lot of spaghetti interconnections that the team is trying to untangle. At this stage, I would recommend to download the code and import it relatively instead of...
I am in the current XCS224U cohort, and I would love to help with this @okhat
I've had a look at the data and was able to classify using a simple LLM prompt, very easily and without demonstrations. Here's a gist of the code. This represents...
@okhat in `dsp`, you could run `dsp.sample` to include demos in an example. is there an equivalent in DSPy?
I come from a background where I have used the previous version of `DSPy` briefly (it was called `DSP`) as part of a classroom course. Effectively speaking, if you do...
for sure! It's a course about Natural Language Understanding and DSP is just a part of it. The course is *amazing*. I believe the lessons are also on Youtube (I...
Hi @ee-lang . You can use whichever GPT model you want that supports completion. You should preferably provide data that includes two columns: the input text, and the target. if...
hi @ee-lang - I've experimented a bit more. While zero shot answering seems to be working, I'm unable to compile an program because you haven't provided gold standards. Can I...
Thank you. And thanks for having provided the (intermediary) classes. Although they are not necessary for DSPy, they help enhance the understanding and will help validate the work flow of...
Clear, thanks Omar! Maybe changing the message printed to the console to say that would help others? i.e. whatever the API returns (like rate limit hit, or HTTP code, or...