File tree Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 11### 🔗 Linked issue
22
3- ### ❓ Type of change
4-
5- - [ ] 📖 Documentation
6- - [ ] 🐞 Bug fix
7- - [ ] 🤘🏻 Enhancement
8- - [ ] ✨ New feature
9- - [ ] 🧹 Chore
10-
113### 📚 Description
124
135<!-- Optional -->
14-
15- ### 📝 Checklist
16-
17- - [ ] I have linked an issue.
18- - [ ] I have added tests (if possible).
19- - [ ] I have updated the documentation accordingly.
Original file line number Diff line number Diff line change 11{
22 "name" : " ai-backend-docs" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " Documentation for the AI Backend project" ,
55 "scripts" : {
66 "docs:dev" : " vitepress dev src" ,
Original file line number Diff line number Diff line change 1- fastapi ~= 0.115.11
1+ fastapi ~= 0.115.12
22ollama ~= 0.4.7
33pydantic ~= 2.10.6
44mypy ~= 1.15.0
55mypy-extensions ~= 1.0.0
66pytest ~= 8.3.5
77
88# Optional dependencies
9- ruff ~= 0.11.0
9+ ruff ~= 0.11.2
Original file line number Diff line number Diff line change 66app = FastAPI (
77 title = "AI Backend" ,
88 description = "ai backend for your app powered by llama3" ,
9- version = "0.4.0 " ,
9+ version = "0.4.1 " ,
1010)
1111
1212origins = ["*" ]
You can’t perform that action at this time.
0 commit comments