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

Enhancement: Add support of VTT format #4562

Open
1 task done
DenisPalnitsky opened this issue Oct 28, 2024 · 1 comment
Open
1 task done

Enhancement: Add support of VTT format #4562

DenisPalnitsky opened this issue Oct 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DenisPalnitsky
Copy link
Contributor

What features would you like to see added?

  • support of VTT (Zoom audio transcript) file format

More details

VTT is a Zoom audio transcript format which is just a text file with the transcript of Zoom meeting conversation

Which components are impacted by your request?

General

Pictures

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@DenisPalnitsky DenisPalnitsky added the enhancement New feature or request label Oct 28, 2024
@DenisPalnitsky
Copy link
Contributor Author

I set up file config like this:

fileConfig:
  endpoints:
    assistants:
      fileLimit: 5
      totalSizeLimit: 50 # Maximum total size for all files in a single request in MB
      supportedMimeTypes:
        - "image/.*"        
        - "text/.*"
        - "application/.*"
    openAI:
      disabled: false # Disables file uploading to the OpenAI endpoint
      supportedMimeTypes: 
            - "image/.*"
            - "application/.*"
            - "text/.*"            
    default:
      totalSizeLimit: 20
      fileSizeLimit: 15 # Maximum size for an individual file in MB
      supportedMimeTypes:
         - "image/.*"         
         - "application/.*"
         - "text/.*"
  serverFileSizeLimit: 100 # Global server file size limit in MB
  avatarSizeLimit: 2 # Limit for user avatar image size in MB

But it does not seem to have any effect. I'm still getting
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant