Skip to content

Commit

Permalink
Fix parameter type in OrtxApplyChatTemplate function.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Mar 6, 2025
1 parent 34260ac commit 91bd4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ortx_tokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ extError_t ORTX_API_CALL OrtxTokenId2DArrayGetItem(
* @param tokenizer Pointer to an OrtxTokenizer used for template processing
* @param template_str Null-terminated string representing the chat template, can be null if tokenizer.json has one.
* @param input Null-terminated string containing the input to be processed.
* @param output Double pointer to an OrtxStringArray that will be populated with the output strings.
* @param output an OrtxStringArray that will be populated with the output strings.
* @param add_generation_prompt Indicates whether to add a generation prompt to the output (defaults to true).
* @return extError_t Returns an error code indicating success or the type of failure.
*/
Expand Down

0 comments on commit 91bd4c8

Please sign in to comment.