Skip to content

Commit

Permalink
fix some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-rou committed Oct 24, 2024
1 parent b594df1 commit ea013e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cerebrium/environments/custom-runtime.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using Custom Runtimes (Beta)
title: Using Custom Runtimes (Preview)
description: Configure custom ASGI or WSGI runtimes
---

Expand All @@ -17,7 +17,7 @@ Still on the way: Websocket support, Healthcheck grace period
The default Cortex runtime can be great for getting up and running and simple use cases. However, you may already have an application built, or need
more complex functionality built into your app such as custom authentication, dynamic batching, public endpoints or websockets.
The Cerebrium platform allows you to deploy a custom python-based runtime to achieve this. To illustrate how this works, let's
take a straightforward example ASGI webserver written in FastAPI called `main.py`:
take a straightforward example ASGI webserver written with FastAPI called `main.py`:

```python
from fastapi import FastAPI
Expand Down

0 comments on commit ea013e9

Please sign in to comment.