Skip to content

Commit 3c7ddfb

Browse files
russellwheatleymikehardy
authored andcommitted
chore: rm code comment
1 parent 24a3466 commit 3c7ddfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/lib/requests/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function makeRequest(
178178
let fetchTimeoutId: string | number | NodeJS.Timeout | undefined;
179179
try {
180180
const request = await constructRequest(model, task, apiSettings, stream, body, requestOptions);
181-
// Timeout is 180s by default
181+
182182
const timeoutMillis =
183183
requestOptions?.timeout != null && requestOptions.timeout >= 0
184184
? requestOptions.timeout

0 commit comments

Comments
 (0)