mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Basic code assist support (#910)
This commit is contained in:
parent
4e84431df3
commit
d79dafc577
15 changed files with 434 additions and 340 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue