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
goTmpl=`${formattedSystem}{{- range .Messages }}{{- if eq .Role \"user\" }}${formattedUserContent}{{- else if eq .Role \"assistant\" }}${formattedRespContent}{{- end }}{{- end }}${addedAssistantPrompt}`;
227
+
goTmpl=`${formattedSystem}{{- range .Messages }}{{- if eq .Role "user" }}${formattedUserContent}{{- else if eq .Role "assistant" }}${formattedRespContent}{{- end }}{{- end }}${addedAssistantPrompt}`;
228
228
}
229
229
230
230
// we get the stop token by only keeping the first part of formattedResp
0 commit comments