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

Chore-docker #314

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Chore-docker #314

wants to merge 15 commits into from

Commits on Jul 2, 2024

  1. some fixes

    youremai committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    df1a35b View commit details
    Browse the repository at this point in the history
  2. chore: Added ru locale, added voximplant adapter, groq provider, swit…

    …ched to whisper in deepgram (multilang)
    
    bunch of chore code, not serius
    youremai committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d7d261c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c3195 View commit details
    Browse the repository at this point in the history
  4. chore: provided ngrok auth key via env, removed converting audio in e…

    …levenlabs (bc causes ffmpeg error), fixed ports
    youremai committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    693ad1f View commit details
    Browse the repository at this point in the history
  5. chore: Remove ngrok configuration file

    The sample ngrok configuration file was deleted as it is no longer needed.
    youremai committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d39dbaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    745d4e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16144c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge branch 'bolna-main'

    youremai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bda7059 View commit details
    Browse the repository at this point in the history
  2. added logging

    youremai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7044eb9 View commit details
    Browse the repository at this point in the history
  3. chore: Update .env.sample and .gitignore

    The .env.sample file was updated to include the NGROK_AUTHTOKEN variable. Additionally, the .gitignore file was modified to include the .env file.
    youremai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    16238fa View commit details
    Browse the repository at this point in the history
  4. feat: Add support for Russian and Kazakh languages in whisper model

    The `validate_language` method in the `Transcriber` class now includes support for the Russian and Kazakh languages when the `model` is set to 'whisper'. This change allows for accurate transcription of Russian and Kazakh audio files.
    youremai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    36b9cc5 View commit details
    Browse the repository at this point in the history
  5. chore: Update Docker ports for bolna_server and plivo_server

    Update the Docker ports for the `bolna_server` and `plivo_server` services in the `docker-compose.yml` file. The `bolna_server` port is changed from 5001 to 5000, and the `plivo_server` port is changed from 8002 to 8000. This update ensures that the services are accessible on the correct ports.
    youremai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9defbd2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'chore-docker'

    youremai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    84e6b82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    037a628 View commit details
    Browse the repository at this point in the history
  8. chore: Update ngrok-config.yml with corrected addresses and ports

    The `ngrok-config.yml` file was updated to correct the addresses and ports for the `twilio-app`, `plivo-app`, and `bolna-app` tunnels. The `twilio-app` address was changed to `twilio-app:8000`, the `plivo-app` address was changed to `plivo-app:8001`, and the `bolna-app` address was changed to `bolna-app:5000`. This update ensures that the tunnels are pointing to the correct services and ports.
    youremai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    decb5d1 View commit details
    Browse the repository at this point in the history