Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openai compatible worker #314

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

openai compatible worker #314

wants to merge 14 commits into from

Conversation

benxu3
Copy link
Contributor

@benxu3 benxu3 commented Dec 9, 2024

updates worker.py to be openai-endpoint compatible and use VoceAssistantPipeline

  • manages chat context
  • sends flag to communicate agent state to client
  • receives flags from client to clear chat context
  • supports image requests using livekit video stream

updates default.py and fast.py profiles to be compatible with new interpreter
updates server.py to be use new interpreter

  • changes are made to the docs to reflect these updates

benxu3 and others added 14 commits November 25, 2024 20:10
* init processors

* fix image append for chat messages

* add pre tts cb

* stash non-functional worker changes

* add complete flag parsing worker

* stash worker changes

* update worker.py to handle message context correctly

* draft worker -- currently mismanages chat ctx

* stash draft delta changes

* working worker on push to talk happy path

* final working worker on push to talk

* refactor append image

* updated video frame processing

* rm text processor

* working draft main

* draft working poetry
@benxu3 benxu3 marked this pull request as ready for review December 10, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant