feat(truth-validation/semantic-service): ✨ Update LLM correction logic in llm-corrector.ts
This commit is contained in:
parent
5338bc82c0
commit
99d2c12d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ function getDefaultEndpoint(): string {
|
|||
// Note: This is a fallback for when service registry isn't initialized
|
||||
try {
|
||||
// Dynamic import to avoid issues if external-config-loader doesn't exist
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
|
||||
const { getModelBossPort } = require('../../../../../../infrastructure/scripts/orchestration/external-config-loader');
|
||||
const port = getModelBossPort();
|
||||
return `http://localhost:${port}`;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue