Alex Newman commited on
Commit
d44c9fc
·
unverified ·
1 Parent(s): 6cb9a1b

Update README.md

Browse files
Files changed (1) hide show
  1. backend/README.md +1 -2
backend/README.md CHANGED
@@ -1,7 +1,6 @@
1
  # Backend for the puppet
2
 
3
-
4
- This servers receives everything going on on the puppet. It can send requests to the puppet to do action. it uses openai as a llm currents
5
 
6
  # dev
7
 
 
1
  # Backend for the puppet
2
 
3
+ 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.
 
4
 
5
  # dev
6