We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca53885 commit 544aa1bCopy full SHA for 544aa1b
.github/workflows/release.yml
@@ -36,4 +36,4 @@ jobs:
36
- name: Create a release
37
run: npx semantic-release
38
env:
39
- GITHUB_TOKEN: ${{ secrets.DGPAT }}
+ GITHUB_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
README.md
@@ -21,7 +21,6 @@ Check out our [KNOWN ISSUES](./KNOWN_ISSUES.md) before reporting.
21
- Capture streaming audio using [Deepgram Streaming Speech to Text](https://developers.deepgram.com/docs/getting-started-with-live-streaming-audio).
22
- Natural Language responses using an OpenAI LLM.
23
- Speech to Text conversion using [Deepgram Aura Text to Speech](https://developers.deepgram.com/docs/text-to-speech).
24
-- A quirky British sense of humour. 🇬🇧
25
26
## What is Deepgram?
27
0 commit comments