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
The reason is because in the FormattedLLMCall, there is string .format to replace some part.
This might fail due to '{', '}' exist in a more loosing format such as
{instruction}
I want output format to be
{
0: {...}
1: {...}
...
}
The text was updated successfully, but these errors were encountered:
Hi,
The reason is because in the
FormattedLLMCall
, there is string .format to replace some part.This might fail due to '{', '}' exist in a more loosing format such as
The text was updated successfully, but these errors were encountered: