chore: remove useless code (#8198)

pull/8289/head
crazywoola 1 year ago committed by GitHub
parent 292220c596
commit 4d2cd6703b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -420,7 +420,7 @@ class AzureOpenAILargeLanguageModel(_CommonAzureOpenAI, LargeLanguageModel):
),
)
index += 0
index += 1
# calculate num tokens
prompt_tokens = self._num_tokens_from_messages(credentials, prompt_messages, tools)

Loading…
Cancel
Save