mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-22 00:31:17 +00:00
feat(wiki): added --lang <lang> flags to gitnexus wiki for multilanguage wiki generation support
This commit is contained in:
parent
11b719df1c
commit
8fdfd16bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ export class WikiGenerator {
|
|||
// translating module-name keys, breaking slug stability and JSON parsing.
|
||||
const response = await this.invokeLLM(
|
||||
prompt,
|
||||
GROUPING_SYSTEM_PROMPT,
|
||||
this.buildSystemPrompt(GROUPING_SYSTEM_PROMPT),
|
||||
this.streamOpts('Grouping files', 15, 13),
|
||||
);
|
||||
const grouping = this.parseGroupingResponse(response.content, files);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue