Skip to content

Commit

Permalink
Docstring formatting (#4789)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 17c9346556324b685d39829579b5f5d7c201b466
  • Loading branch information
janchorowski authored and Manul from Pathway committed Oct 16, 2023
1 parent 1de7674 commit 50b4e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_app/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def chunk_texts(
texts: string or list of strings.
min_tokens: minimum tokens in a chunk of text.
max_tokens: maximum size of a chunk in tokens.
encoding_name: name of the encoding from tiktoken.
encoding_name: name of the encoding from `tiktoken`.
Example:
Expand Down

0 comments on commit 50b4e32

Please sign in to comment.