Made a basic AI chat streaming content, but there is still no auth yet,

should be added soon. And add the test file test.vue to be ignored. This
file is just a poc (it is AI generated based on my API file)
This commit is contained in:
yuanhau 2025-05-23 22:51:19 +08:00
parent 13c9b7ecc8
commit d21957a8f9
2 changed files with 61 additions and 25 deletions

3
.gitignore vendored
View file

@ -33,3 +33,6 @@ __pycache__
*.sql
!database/*.sql
_dt_*.py
# Testing files
test.vue