Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jabberjabberjabber authored Dec 16, 2024
1 parent 63c850c commit ffd494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunkify.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def process_in_chunks(self, instruction="", content=""):
print("Starting chunk processing...")
for i, chunk in enumerate(chunks, 1):
chunk_tokens = self._get_token_count(chunk)
print(f"Chunk {i} of {total_chunks}, Size: {chunk_tokens}\n")
print(f"Chunk {i} of {total_chunks}, Size: {chunk_tokens}")
response = self.generate_with_status(self.compose_prompt(
instruction=instruction,
content=chunk
Expand Down

0 comments on commit ffd494b

Please sign in to comment.