uiuc-focal-lab / syncode

Efficient and general syntactical decoding for Large Language Models
MIT License
198 stars 16 forks source link

Fix SQL grammar issues #107

Closed shubhamugare closed 2 months ago

shubhamugare commented 2 months ago

There was an issue with the terminals "and"i and "AND"i, which were treated as two different terminals. Changed all case-insensitive terminals to be now in uppercase.