-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
(feat): Add timestamp_granularities parameter to transcription API #6457
Merged
krrishdholakia
merged 2 commits into
BerriAI:litellm_dev_11_19_2024
from
BrunooShow:add-transcription-param-for-timestamp-granularity
Nov 19, 2024
Merged
(feat): Add timestamp_granularities parameter to transcription API #6457
krrishdholakia
merged 2 commits into
BerriAI:litellm_dev_11_19_2024
from
BrunooShow:add-transcription-param-for-timestamp-granularity
Nov 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@ishaan-jaff Let me know if there's any other change needed I'm happy to contribute |
BrunooShow
changed the title
Add timestamp_granularities parameter to transcription API
(feat): Add timestamp_granularities parameter to transcription API
Nov 10, 2024
@krrishdholakia Possibly you could have a look on this pr? |
I would love to have this feature! 🔥 |
krrishdholakia
merged commit Nov 19, 2024
e89dccc
into
BerriAI:litellm_dev_11_19_2024
2 checks passed
krrishdholakia
added a commit
that referenced
this pull request
Nov 20, 2024
* fix(anthropic/chat/transformation.py): add json schema as values: json_schema fixes passing pydantic obj to anthropic Fixes #6766 * (feat): Add timestamp_granularities parameter to transcription API (#6457) * Add timestamp_granularities parameter to transcription API * add param to the local test * fix(databricks/chat.py): handle max_retries optional param handling for openai-like calls Fixes issue with calling finetuned vertex ai models via databricks route * build(ui/): add team admins via proxy ui * fix: fix linting error * test: fix test * docs(vertex.md): refactor docs * test: handle overloaded anthropic model error * test: remove duplicate test * test: fix test * test: update test to handle model overloaded error --------- Co-authored-by: Show <35062952+BrunooShow@users.noreply.github.com>
ishaan-jaff
pushed a commit
that referenced
this pull request
Nov 22, 2024
* fix(anthropic/chat/transformation.py): add json schema as values: json_schema fixes passing pydantic obj to anthropic Fixes #6766 * (feat): Add timestamp_granularities parameter to transcription API (#6457) * Add timestamp_granularities parameter to transcription API * add param to the local test * fix(databricks/chat.py): handle max_retries optional param handling for openai-like calls Fixes issue with calling finetuned vertex ai models via databricks route * build(ui/): add team admins via proxy ui * fix: fix linting error * test: fix test * docs(vertex.md): refactor docs * test: handle overloaded anthropic model error * test: remove duplicate test * test: fix test * test: update test to handle model overloaded error --------- Co-authored-by: Show <35062952+BrunooShow@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title
Add timestamp_granularities parameter to transcription API
Type
🆕 New Feature
Changes
This PR adds support for the timestamp_granularities parameter in the transcription API, allowing users to specify the granularity level of timestamps in transcription results.
Added
Modified Files
litellm/main.py
: Added timestamp_granularities parameter to transcription functionlitellm/utils.py
: Added timestamp_granularities to get_optional_params_transcriptiontests/local_testing/test_whisper.py
: Added test coverage for timestamp_granularities parameterTesting
Added parametrized tests for both word-level and segment-level timestamp granularities