add project payload in fetchAvailableModels request to get correct remainingFraction
This commit is contained in:
parent
86a82bf41b
commit
b5614a1f43
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ export class AntigravityApiService {
|
||||||
'User-Agent': this.userAgent
|
'User-Agent': this.userAgent
|
||||||
},
|
},
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
body: JSON.stringify({})
|
body: JSON.stringify({ project: this.projectId })
|
||||||
};
|
};
|
||||||
|
|
||||||
const res = await this.authClient.request(requestOptions);
|
const res = await this.authClient.request(requestOptions);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue