fix: remove quota project override in non-streaming calls to CCPA (#1032)
This commit is contained in:
parent
9954779739
commit
defb0fac2c
|
@ -98,7 +98,6 @@ export class CodeAssistServer implements ContentGenerator {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'X-Goog-User-Project': this.projectId || '',
|
|
||||||
},
|
},
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
body: JSON.stringify(req),
|
body: JSON.stringify(req),
|
||||||
|
|
Loading…
Reference in New Issue