Rewrite API to FastAPI, separate API from CodeGen, remove dev settings

This commit is contained in:
Fred de Gier 2022-09-12 12:59:37 +02:00
commit 8895b74238
9 changed files with 942 additions and 262 deletions

4
example.env Normal file
View file

@ -0,0 +1,4 @@
TRITON_HOST=localhost
TRITON_PORT=8001
API_HOST=0.0.0.0
API_PORT=5000