mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-14 02:28:06 -07:00
Rewrite API to FastAPI, separate API from CodeGen, remove dev settings
This commit is contained in:
parent
6b69437b7e
commit
8895b74238
9 changed files with 942 additions and 262 deletions
4
example.env
Normal file
4
example.env
Normal file
|
@ -0,0 +1,4 @@
|
|||
TRITON_HOST=localhost
|
||||
TRITON_PORT=8001
|
||||
API_HOST=0.0.0.0
|
||||
API_PORT=5000
|
Loading…
Add table
Add a link
Reference in a new issue