implemented a simple text-based frontend

This commit is contained in:
Yannic Kilcher
2022-12-15 13:03:44 +01:00
parent c0e9f037c6
commit 7ccb55e756
7 changed files with 76 additions and 10 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
export ALLOW_ANY_API_KEY=True
uvicorn app.main:app --reload