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
It means the system developer who can internally give some instructions for the conversation. developer can provide option for user input also which depends on the system requirements.
example
{
"model": "mode-id",
"messages": [
{
"role": "user",
"content": "tell me a joke"
},
{
"role": "system",
"content": "You are an assistant that speaks like Shakespeare."
}
]
}
The text was updated successfully, but these errors were encountered:
We did not expose this option on the Web UI(because our zhipu sdk not support, but use fastchat is ok), but we support it at the CRD level spec.systemMessage, and we can manually update CR now.
System message:
example
The text was updated successfully, but these errors were encountered: