You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding myself having to load grammars and JSON Schemas from disk at the moment. I think it's natural to want to separate those from code, just like prompt templates. The CFG and JsonSchema object should thus have a from_file method.
The text was updated successfully, but these errors were encountered:
I'm finding myself having to load grammars and JSON Schemas from disk at the moment. I think it's natural to want to separate those from code, just like prompt templates. The
CFG
andJsonSchema
object should thus have afrom_file
method.The text was updated successfully, but these errors were encountered: