Open torymur opened 4 weeks ago
There are two functions in outlines.fsm.json_schema:
outlines.fsm.json_schema
build_regex_from_schema
to_regex
Instead there are similar exposed python bindings in outlines_core, which outlines needs to rely on:
outlines_core
outlines
What behavior of the library made you think about the improvement?
There are two functions in
outlines.fsm.json_schema
:build_regex_from_schema
to_regex
How would you like it to behave?
Instead there are similar exposed python bindings in
outlines_core
, whichoutlines
needs to rely on:build_regex_from_schema
to_regex