Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 560 Bytes

File metadata and controls

13 lines (9 loc) · 560 Bytes

Backend for the puppet

This is a Python-based application that uses FastAPI and OpenAI's GPT-4 model to provide a backend for puppet. It can receive telemetry from the puppet client. It can control the puppet and it provides its own quick webclient.

dev

you can also run the test server with

  • uvicorn --host 0.0.0.0 --port 8000 backend:app --reload