mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Basic code assist support (#910)
This commit is contained in:
committed by
GitHub
parent
4e84431df3
commit
d79dafc577
@@ -235,6 +235,7 @@ async function createContentGeneratorConfig(
|
||||
model: argv.model || DEFAULT_GEMINI_MODEL,
|
||||
apiKey: googleApiKey || geminiApiKey || '',
|
||||
vertexai: hasGeminiApiKey ? false : undefined,
|
||||
codeAssist: !!process.env.GEMINI_CODE_ASSIST,
|
||||
};
|
||||
|
||||
if (config.apiKey) {
|
||||
|
||||
Reference in New Issue
Block a user