Removed unused files, updated templates, added gpt service and small fixes on Django

This commit is contained in:
2025-11-03 13:02:15 +01:00
parent 96e2377073
commit 212b8d39a9
25 changed files with 861 additions and 492 deletions

View File

@@ -0,0 +1,6 @@
def main():
print("Hello from gpt-service!")
if __name__ == "__main__":
main()