We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c822aa5 commit 4f22a9bCopy full SHA for 4f22a9b
3 files changed
README.md
@@ -7,7 +7,7 @@ uvicorn app.main:app
7
[Public RESTful API](https://nx-ai.onrender.com)
8
9
10
-A clean, production-ready Python FastAPI app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
+Production-ready Python FastAPI app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
11
12
- **Python 3.11+**
13
- **FastAPI** — RESTful API framework
app/__init__.py
@@ -1,4 +1,4 @@
1
"""NX AI - FastAPI"""
2
3
# Version tracking
4
-__version__ = "1.0.0"
+__version__ = "1.0.1"
app/main.py
@@ -6,7 +6,7 @@
6
app = FastAPI(
title="NX AI",
- description="A clean, modular FastAPI application for AI services.",
+ description="Production-ready Python FastAPI app for NX",
version="1.0.0",
)
0 commit comments