-
Hello everyone, I was wondering what other people use as a testing framework for prompts etc. when you use instructor? |
Beta Was this translation helpful? Give feedback.
Answered by
daver987
Feb 6, 2024
Replies: 1 comment 9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice! That's going to be a challenge and a half to replicate the python version. I have to say, I really like Pydantic a lot more than zod. I mean zod is pretty awesome, but I feel that Pydantic is more intuitive and more fine grained for sure, then add that to FastApi, I may never use server routes again. LOL.
Thank You again for you help, i was able to achieve everything I needed to with pytest, I got some good ideas from the examples and boom, no need for some extra dependency. I have a nice setup that allows me to test the open source along with the openai models if I want, which is nice. It works great. I'm so glad I saw your talk back in October, it really allowed me to think differ…