You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚧 Cortex.cpp is currently under development. Our documentation outlines the intended behavior of Cortex, which may not yet be fully implemented in the codebase.
12
+
:::
13
+
14
+
# CORS Configuration Guide
15
+
16
+
This document describes how to configure Cross-Origin Resource Sharing (CORS) settings for the API server using both CLI commands and HTTP API endpoints.
|`--cors [on/off]`| Toggle CORS functionality | cortex config --cors on |
54
+
|`--allowed_origins [origins]`| Set allowed origins for CORS, comma separated without spaces |`cortex config --allowed_origins http://localhost,https://cortex.so`|
Welcome to the Cortex configurations documentation. Here you will find detailed guides and references for configuring various aspects of Cortex, including:
9
+
10
+
-**CORS**: Learn how to set up Cross-Origin Resource Sharing.
11
+
12
+
Use the sidebar to navigate through the different configuration topics.
0 commit comments