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

Skip LLM Translation if the requested subtitles language is indexed spoken language #42

Open
1 task done
0xrohitgarg opened this issue Oct 29, 2024 · 0 comments
Open
1 task done
Assignees
Labels
agent backend bug Something isn't working

Comments

@0xrohitgarg
Copy link
Collaborator

Confirm this is a new bug report

  • I've checked the current issues, and there's no record of this bug

Current Behavior

If a video's spoken index in english language then also it passes the language to OpenAI for translation

Expected Behavior

In a scenerio when the target subtitle language is already available in spoken index, then Video.add_subtitles() can be used instead of this workflow

  • Fetch Transcript
  • Translate into target language
  • Use TextAssets

Steps to Reproduce

  • First run a Spoken index on a video which has english audio
  • Ask Subtitle agent to add english subtitles

Relevant Logs and/or Screenshots

No response

Environment

No response

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants