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
/// <param name="model">The native handle of the loaded model.</param>
109
+
/// <param name="name">The name of the template, in case there are many or differently named. Set to 'null' for the default behaviour of finding an appropriate match.</param>
110
+
/// <param name="strict">Setting this to true will cause the call to throw if no valid templates are found.</param>
/// Get the default chat template. Returns nullptr if not available
604
604
/// If name is NULL, returns the default chat template
605
605
/// </summary>
606
-
/// <param name="name"></param>
606
+
/// <param name="name">The name of the template, in case there are many or differently named. Set to 'null' for the default behaviour of finding an appropriate match.</param>
607
+
/// <param name="strict">Setting this to true will cause the call to throw if no valid templates are found.</param>
0 commit comments