Skip to content

Commit 097d8cf

Browse files
scrub TODO
1 parent 1077ae5 commit 097d8cf

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
@@ -79,7 +79,7 @@ export class RequestUrl {
7979
}
8080

8181
private get apiVersion(): string {
82-
return DEFAULT_API_VERSION; // TODO: allow user-set options if that feature becomes available
82+
return DEFAULT_API_VERSION;
8383
}
8484

8585
private get modelPath(): string {

0 commit comments

Comments
 (0)