From 0347b7023a9a5a9df1b54d35f7a1c53dc7eeea05 Mon Sep 17 00:00:00 2001 From: irfanpena Date: Thu, 5 Sep 2024 15:08:51 +0700 Subject: [PATCH] nits --- platform/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/platform/README.md b/platform/README.md index 635dc3b18..37242f907 100644 --- a/platform/README.md +++ b/platform/README.md @@ -8,7 +8,7 @@ - Changelog - Bug reports - Discord

-> ⚠️ **Cortex Platform is Coming Soon!** +> ⚠️ **Cortex Platform is under development** ## About Cortex Platform is a fully database-driven application built on top of [`cortex.cpp`](https://github.com/janhq/cortex.cpp), designed as an OpenAI API equivalent. It supports multiple engines, multi-user functionality, and operates entirely through stateful API endpoints. @@ -87,8 +87,13 @@ Here are example of models that you can use based on each supported engine: > You should have at least 8 GB of RAM available to run the 7B models, 16 GB to run the 14B models, and 32 GB to run the 32B models. ## Cortex Platfrom API -Cortex Platform has the stateful API that runs at `localhost:1337`. +Cortex Platform only support the following stateful API endpoints: +- Messages +- Threads +- Assistants + +Here are some examples of the available stateful endpoints: ### Create Message ```bash curl --request POST \