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

Commit 3dc3c82

Browse files
committed
fix note format
1 parent 48b2e31 commit 3dc3c82

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/guides/python/serverless-ai-api.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@ Before we begin, make sure you have the following:
3636
- **Nitric CLI** installed - this is the command-line tool to create, run, and deploy Nitric projects. You can install it by following the [installation instructions](/get-started/installation).
3737
- **uv** or **Pipenv** for managing Python dependencies. The Nitric Python templates use either uv or Pipenv.
3838
- An **OpenAI API key** if you want to integrate with OpenAI's GPT for summarization.
39-
- An **AWS account** (or Google Cloud or Azure account) with credentials configured on your machine, if you plan to deploy to the cloud. Nitric will use these credentials to provision resources. (For AWS, having the AWS CLI configured or environment vars set for access keys is enough.)
40-
_🔹 Note:_ You can deploy to any of the three major clouds - Nitric supports all. In this tutorial we'll mention AWS for concreteness, but feel free to use your preferred cloud.
39+
- An **AWS account** (or Google Cloud or Azure account) with credentials configured on your machine, if you plan to deploy to the cloud. Nitric will use these credentials to provision resources. (For AWS, having the AWS CLI configured or environment vars set for access keys is enough.)
40+
41+
<Note>
42+
You can deploy to any of the three major clouds - Nitric supports all. In this
43+
tutorial we'll mention AWS for concreteness, but feel free to use your
44+
preferred cloud.
45+
</Note>
4146

4247
## Project Setup - Your First Nitric App
4348

0 commit comments

Comments
 (0)