chore: remove redundant words

Signed-off-by: queryfast <queryfast@outlook.com>
This commit is contained in:
queryfast
2025-08-05 11:16:43 +08:00
parent 1d9596bf3d
commit 34ff4d30f2
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ func (c *BedrockClient) ListModels() ([]string, error) {
return models, nil
}
// SendStream sends the messages to the the Bedrock ConverseStream API
// SendStream sends the messages to the Bedrock ConverseStream API
func (c *BedrockClient) SendStream(msgs []*chat.ChatCompletionMessage, opts *domain.ChatOptions, channel chan string) (err error) {
// Ensure channel is closed on all exit paths to prevent goroutine leaks
defer func() {