mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 01:37:00 +00:00
fix production run
This commit is contained in:
2
.github/scripts/doc-agent/src/config.ts
vendored
2
.github/scripts/doc-agent/src/config.ts
vendored
@@ -27,7 +27,7 @@ export const PROMPTS_DIR: string = resolve(AGENT_DIR, 'prompts');
|
||||
export const XRPLD_ROOT: string = process.env['XRPLD_ROOT'] ?? resolve(AGENT_DIR, '..', '..', '..');
|
||||
|
||||
/** Model used for documentation generation and review. */
|
||||
export const MODEL: string = process.env['DOC_AGENT_MODEL'] ?? 'claude-opus-4-7';
|
||||
export const MODEL: string = process.env['DOC_AGENT_MODEL'] ?? 'claude-sonnet-4-6';
|
||||
|
||||
/** Absolute path to the skills directory inside the xrpld repo. */
|
||||
export const SKILLS_DIR: string = resolve(XRPLD_ROOT, 'docs', 'skills');
|
||||
|
||||
Reference in New Issue
Block a user