We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1077ae5 commit 097d8cfCopy full SHA for 097d8cf
1 file changed
packages/ai/lib/requests/request.ts
@@ -79,7 +79,7 @@ export class RequestUrl {
79
}
80
81
private get apiVersion(): string {
82
- return DEFAULT_API_VERSION; // TODO: allow user-set options if that feature becomes available
+ return DEFAULT_API_VERSION;
83
84
85
private get modelPath(): string {
0 commit comments