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

add scenario #115

Merged
merged 1 commit into from
Mar 29, 2024
Merged

add scenario #115

merged 1 commit into from
Mar 29, 2024

Conversation

zachwe
Copy link
Contributor

@zachwe zachwe commented Mar 29, 2024

Description

  • Added a new "todo" option to the prompt field in the StartCallRequest model.
  • Refactored the aio_gptsovits_tts function to perform asynchronous HTTP requests using httpx.AsyncClient.

Changes walkthrough

Relevant files
Enhancement
voice.py
Add "todo" option to StartCallRequest prompts                                   

openduck-py/openduck_py/routers/voice.py

  • Expanded the prompt choices in StartCallRequest to include "todo".
  • +1/-1     
    third_party_tts.py
    Refactor aio_gptsovits_tts to use async HTTP client                       

    openduck-py/openduck_py/utils/third_party_tts.py

  • Refactored aio_gptsovits_tts to use httpx.AsyncClient for asynchronous
    HTTP requests.
  • +11/-10 
    💡 Usage Guide

    Checking Your Pull Request

    Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

    Talking to CodeAnt AI

    Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

    @codeant-ai ask: Your question here
    

    This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

    Check Your Repository Health

    To analyze the health of your code repository, visit our dashboard at app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

    Copy link

    vercel bot commented Mar 29, 2024

    The latest updates on your projects. Learn more about Vercel for Git ↗︎

    Name Status Preview Updated (UTC)
    openduck 🔄 Building (Inspect) Visit Preview Mar 29, 2024 11:35pm

    @zachwe zachwe merged commit 5a6a987 into main Mar 29, 2024
    8 of 9 checks passed
    @zachwe zachwe deleted the zach-asyncio branch March 29, 2024 23:35
    @codeant-ai codeant-ai bot added the enhancement New feature or request label Mar 29, 2024
    @zachwe zachwe restored the zach-asyncio branch April 1, 2024 16:08
    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

    Successfully merging this pull request may close these issues.

    None yet

    1 participant