Skip to content

Commit

Permalink
Merge pull request #25 from Dino-Kupinic/develop
Browse files Browse the repository at this point in the history
v0.1.7
  • Loading branch information
Dino-Kupinic authored Jul 24, 2024
2 parents 136a137 + e4ec833 commit b1299f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-backend-docs",
"version": "0.1.2",
"version": "0.1.7",
"description": "Documentation for the AI Backend project",
"scripts": {
"docs:dev": "vitepress dev src",
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ollama~=0.2.1
fastapi~=0.111.0
pydantic~=2.8.0
mypy~=1.10.1
fastapi~=0.111.1
ollama~=0.3.0
pydantic~=2.8.2
mypy~=1.11.0
mypy-extensions~=1.0.0
pytest~=8.2.2
pytest~=8.3.1

# Optional dependencies
black~=24.4.2
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
app = FastAPI(
title="AI Backend",
description="ai backend for your app powered by llama3",
version="0.1.6",
version="0.1.7",
)

origins = ["*"]
Expand Down

0 comments on commit b1299f1

Please sign in to comment.