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

Allow usage of API Key in installed version of Transcribe #28

Merged
merged 3 commits into from
Jul 19, 2023

Conversation

vivekuppal
Copy link
Owner

@vivekuppal vivekuppal commented Jul 19, 2023

  • Add a parameters.yaml for configurable parameters
  • Allow specification of api key as a command line arg
  • Add api key to parameters.yaml file
  • Api key specified in cmd line args take precedence over parameters.yaml file
  • Create a base Singleton class
  • Implement Config object (Singleton) for reading from parameters file
  • Redo implementation of Transcription Globals class as Singleton using Singleton base class
  • Add parameters.yaml file to installer zip for installed version of Transcribe

… platform. It provides live transcripts from microphone input and audio output speaker. It optionally generates a suggested conversation response using OpenAI's GPT-3.5 API. It is very effective in providing relevant responses for the current conversation.
@vivekuppal vivekuppal self-assigned this Jul 19, 2023
@abhinavuppal1 abhinavuppal1 self-requested a review July 19, 2023 20:32
@abhinavuppal1 abhinavuppal1 added the enhancement New feature or request label Jul 19, 2023
GlobalVars.py Outdated Show resolved Hide resolved
@vivekuppal vivekuppal changed the title Prepare for usage of API Key for installed version of Transcribe Allow usage of API Key in installed version of Transcribe Jul 19, 2023
@vivekuppal vivekuppal merged commit 2429c97 into main Jul 19, 2023
@vivekuppal vivekuppal deleted the vu-customize-api-key branch July 19, 2023 20:50
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

2 participants