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
Since messages clearly contain user input, we currently consider this an issue which prevents us from using this implementation in production. Are there any plans to rework this part of the code and eliminate the literal_eval?
The text was updated successfully, but these errors were encountered:
The chat models currently use
literal_eval
to parse messages.The official Python documentation states:
Also official CPython contributor vstinner states:
Since messages clearly contain user input, we currently consider this an issue which prevents us from using this implementation in production. Are there any plans to rework this part of the code and eliminate the
literal_eval
?The text was updated successfully, but these errors were encountered: