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

Simplify word search #103

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Simplify word search #103

merged 2 commits into from
Apr 23, 2024

Conversation

Swimburger
Copy link
Collaborator

Fixes #54

@Swimburger Swimburger added the enhancement New feature or request label Apr 23, 2024
try (RealtimeTranscriber realtimeTranscriber = RealtimeTranscriber.builder()
.apiKey(System.getenv("ASSEMBLYAI_API_KEY"))
Copy link
Contributor

@smithakolan smithakolan Apr 23, 2024

Choose a reason for hiding this comment

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

Have we changed the way we handle API key inputs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, we added support for temporary token, which I changed but I forgot to undo the change in the sample.

@Swimburger Swimburger merged commit f500a2b into main Apr 23, 2024
3 checks passed
@Swimburger Swimburger deleted the niels/simplify-word-search branch April 23, 2024 21:11
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.

Simplify wordSearch
2 participants