diff --git a/cortex-js/src/main.ts b/cortex-js/src/main.ts index 3a722a5d5..3eaa8fc42 100644 --- a/cortex-js/src/main.ts +++ b/cortex-js/src/main.ts @@ -33,7 +33,7 @@ async function bootstrap() { .addTag('Models', 'These endpoints provide a list and descriptions of all available models within the Cortex framework.') .addTag('Messages', "These endpoints manage the retrieval and storage of conversation content, including responses from LLMs and other metadata related to chat interactions.") .addTag('Threads', 'These endpoints handle the creation, retrieval, updating, and deletion of conversation threads.') - .addServer('http://localhost:1337/') + .addServer('http://localhost:1337') .addServer('http://localhost:1337/v1') .build(); const document = SwaggerModule.createDocument(app, config);