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

Bugfix fixtts #4902

Merged
merged 6 commits into from
Jul 7, 2023
Merged

Conversation

zachRadack
Copy link
Contributor

@zachRadack zachRadack commented Jul 7, 2023

Background

Tss is broken (see #4794).

Changes

  • Fixed the interfaces for the tts classes.
  • Fixed the usage of the say_text() command.
  • Made a hack in logger for the config.

Documentation

Test Plan

Manually tested on win10 gtts. There is currently sound playing.

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes.
  • [ * ] I have run the following commands against my code to ensure it passes our linters:
    black .
    isort .
    mypy
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring autogpt tests --in-place

@netlify
Copy link

netlify bot commented Jul 7, 2023

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit e2f81eb
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64a78978ea8a310008368d73
😎 Deploy Preview https://deploy-preview-4902--auto-gpt-docs.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the size/m label Jul 7, 2023
@collijk collijk merged commit 053caaa into Significant-Gravitas:master Jul 7, 2023
@collijk collijk mentioned this pull request Jul 7, 2023
@lc0rp lc0rp added this to the v0.4.5 Release milestone Jul 14, 2023
dayofthedave pushed a commit to dayofthedave/Auto-GPT that referenced this pull request Jul 17, 2023
* changing configs names to tts_provider

* accidently triggered circular importing.

* added config to places it needs other than the logger

* got it to work on windows

* did all the formatting stuff

---------

Co-authored-by: James Collins <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants