Skip to content

Commit d5607d1

Browse files
committed
nit: remove useless comment
Signed-off-by: Christopher Petito <chrisjpetito@gmail.com>
1 parent d174cd6 commit d5607d1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/model/provider/openai/client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ func (c *Client) CreateChatCompletion(
283283
}
284284
}
285285

286-
// Do not set ParallelToolCalls when there are no tools; it can break streaming
287-
288286
// Build a fresh client per request when using the gateway
289287
client := c.client
290288
if c.useGateway {

0 commit comments

Comments
 (0)