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
In order to save on costs, could we implement a version of this that makes llm respond in yaml? This may also have a benefit of faster response times as less tokens would need to be generated and returned.
Perhaps this could be added as a flag?
The trick would be to ensure we can correctly validate the yaml is in a format that matches the pydantic model.
The text was updated successfully, but these errors were encountered:
In order to save on costs, could we implement a version of this that makes llm respond in yaml? This may also have a benefit of faster response times as less tokens would need to be generated and returned.
Perhaps this could be added as a flag?
The trick would be to ensure we can correctly validate the yaml is in a format that matches the pydantic model.
The text was updated successfully, but these errors were encountered: