We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94765e3 commit a719274Copy full SHA for a719274
src/main.py
@@ -6,7 +6,7 @@
6
app = FastAPI(
7
title="AI Backend",
8
description="ai backend for your app powered by llama3",
9
- version="0.1.0",
+ version="0.1.1",
10
)
11
12
origins = ["*"]
0 commit comments