Skip to content

Commit

Permalink
chore: remove useless code (#8198)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola authored Sep 11, 2024
1 parent 292220c commit 4d2cd67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def _handle_chat_generate_stream_response(
),
)

index += 0
index += 1

# calculate num tokens
prompt_tokens = self._num_tokens_from_messages(credentials, prompt_messages, tools)
Expand Down

0 comments on commit 4d2cd67

Please sign in to comment.