mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: remove quota project override in non-streaming calls to CCPA (#1032)
This commit is contained in:
@@ -98,7 +98,6 @@ export class CodeAssistServer implements ContentGenerator {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'X-Goog-User-Project': this.projectId || '',
|
||||
},
|
||||
responseType: 'json',
|
||||
body: JSON.stringify(req),
|
||||
|
||||
Reference in New Issue
Block a user