5 ms·
What would be the advantage of using an LLM here? As opposed to parsing/validating the input using any other technique (of it's a well defined format, where you
by ailef 2y ago
What would be the advantage of using an LLM here? As opposed to parsing/validating the input using any other technique (of it's a well defined format, where you have e.g. a grammar).
- vismit2000 2y agoAgree with this. Just use Pydantic.