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

STT Button #2025

Closed
wants to merge 6 commits into from
Closed

STT Button #2025

wants to merge 6 commits into from

Conversation

szkiu
Copy link

@szkiu szkiu commented Mar 8, 2024

Summary

This PR introduces the SST button, now you will be able to speak and a text will appear in the text area tag, this button only works for openAI and AzureOpenAI, no dependency is needed to test this project, I left a video so you can see this new feature.

Testing-Whisper-LibreChat-720.mp4

Change Type

  • New feature (non-breaking change which adds functionality)

Testing

I didn't create any test, you can test it manually, all you need is: To use whisper with openAI you have to create an 'OPENAI_API_KEY' variable in the envs, and to test in azureOpenAI, you need a 'librechat.yaml' file with azure configuration in place Azure OpenAI Configuration.

Example of a librechat.yaml:

version: 1.0.1

endpoints:
  azureOpenAI:
    titleModel: "gpt-4-turbo"
    titleConvo: true
    plugins: true
    groups:
      - group: 'testing'
        apiKey: '${TESTING_API_KEY}'
        instanceName: 'actual-instance-name'
        version: "2023-12-01-preview"
        titleModel: 'gpt-3.5-turbo'
        models:
          whisper:
            deploymentName: whisper-01 # You must have at least one whisper model within models to use this feature.

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code

Copy link
Collaborator

@berry-13 berry-13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! I will merge these changes to #1603

@berry-13 berry-13 mentioned this pull request Mar 15, 2024
24 tasks
@berry-13 berry-13 closed this Mar 23, 2024
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.

None yet

2 participants