Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2108c14

Browse files
committed
Update the description
1 parent e143638 commit 2108c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const getApp = async () => {
2323
const config = new DocumentBuilder()
2424
.setTitle('Cortex API')
2525
.setDescription(
26-
'Cortex API provides a command-line interface (CLI) for seamless interaction with large language models (LLMs). Fully compatible with the [OpenAI API](https://platform.openai.com/docs/api-reference), it enables straightforward command execution and management of LLM interactions.',
26+
'Cortex API provides a command-line interface (CLI) for seamless interaction with large language models (LLMs). It is fully compatible with the [OpenAI API](https://platform.openai.com/docs/api-reference) and enables straightforward command execution and management of LLM interactions. Cortex = "http://localhost:1337/api". Jan = "http://localhost:1337/v1"',
2727
)
2828
.setVersion('1.0')
2929
.addTag(

0 commit comments

Comments
 (0)