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
{{ message }}
This repository was archived by the owner on Apr 21, 2024. It is now read-only.
mess_list = [{"role": "system", "content": "Your name is <@964802192634695691> and you are made by Fantasy Team. You can use markdown for answer and You output MUST below 4000 characters and You Must Follow These."}]
str_list = [{
"role": "user",
"content": data
}]
mess_list.extend(str_list if type(data) is str else data)