-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[OPIK-3234] [FE]: audio prompts; #4364
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
base: main
Are you sure you want to change the base?
Conversation
📋 PR Linter Failed❌ Incomplete Details Section. The ❌ Incomplete Issues Section. You must reference at least one GitHub issue ( |
📋 PR Linter Failed❌ Incomplete Details Section. The ❌ Incomplete Issues Section. You must reference at least one GitHub issue ( |
📋 PR Linter Failed❌ Incomplete Details Section. The ❌ Incomplete Issues Section. You must reference at least one GitHub issue ( |
1 similar comment
📋 PR Linter Failed❌ Incomplete Details Section. The ❌ Incomplete Issues Section. You must reference at least one GitHub issue ( |
📋 PR Linter Failed❌ Incomplete Details Section. The |
|
✅ Test environment is now available! Access Information
The deployment has completed successfully and the version has been verified. |
Details
Add Audio Media Type Support
Changes
1. Online Evaluation Form Schema (
schema.ts)Added
audio_urltype to the message content validation schema to support audio media in LLM judge messages.2. Playground Completions Request (
usePromptDatasetItemCombination.ts)AudioPartimport from@/types/llmaudio_urlhandling intransformMessageIntoProviderMessagefunction to process audio URLs with mustache variable rendering, matching the existing image and video handlingFiles Changed
apps/opik-frontend/src/components/pages-shared/automations/AddEditRuleDialog/schema.tsapps/opik-frontend/src/components/pages/PlaygroundPage/PlaygroundOutputs/PlaygroundOutputActions/usePromptDatasetItemCombination.tsChange checklist
Issues
Testing
Documentation