Skip to content

Commit 2a2edc5

Browse files
committed
init
1 parent a0ae9de commit 2a2edc5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+40194
-15544
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ dist
129129
.yarn/install-state.gz
130130
.pnp.*
131131
.DS_Store
132+
133+
# Python
134+
__pycache__/

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ To make sure that the specs are valid, you can use the `lint` script.
1414
npm run-script lint
1515
```
1616

17+
## Running Tests
18+
19+
The test files require an AssemblyAI API key. Set the `ASSEMBLYAI_API_KEY` environment variable before running tests:
20+
21+
```bash
22+
export ASSEMBLYAI_API_KEY=your_api_key_here
23+
```
24+
1725
## Fern
1826

1927
### SDKs

0 commit comments

Comments
 (0)