Merge branch 'main' into hb/computer_run

pull/4/head
Hristijan Bogoevski 11 months ago committed by GitHub
commit 2675021b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,4 @@
"""
Watches the kernel. When it sees something that passes a filter,
it sends POST request with that to /computer.
"""

@ -0,0 +1,13 @@
"""
Handles everything the user interacts through.
Connects to a websocket at /user. Sends shit to it, and displays/plays the shit it sends back.
For now, just handles a spacebar being pressed for the duration it's pressed,
it should record audio.
SIMPLEST POSSIBLE: Sends that audio to OpenAI whisper, gets the transcript,
sends it to /user in LMC format (role: user, etc)
MOST FUTUREPROOF: Streams chunks of audio to /user, which will then handle stt in stt.py.
"""
Loading…
Cancel
Save