-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify Cortex README.md #1098
Conversation
…into platform-readme
@irfanpena would you mind resolving the comments you fixed so that we can lgtm? 🙏 |
@0xSage I have resolved the comment that I fixed; the rest I have updated, but I need your review, for example:
InstallationTo install CortexCPP, download the installer for your operating system from the following options:
|
## REST API | ||
Cortex has a REST API that runs at `localhost:1337`. | ||
Cortex.cpp has a REST API that runs at `localhost:3928`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check with @vansangpfiev @namchuai: There is a chance we will change the port number to something less collision-prone (i.e. more digits?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's bring this into discussion. I'm ok with any port number decision.
@irfanpena I've left a few requests for change - otherwise, thank you for drafting this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@irfanpena Thanks - you can go ahead to merge this first
Describe Your Changes
Fixes Issues
Self Checklist