Skip to content

Commit

Permalink
Merge pull request #74 from AssemblyAI/DAF0BAB42D2DA65E0EFFC2912E49A516
Browse files Browse the repository at this point in the history
Sync from internal repo (2025/01/30)
  • Loading branch information
marcusolsson authored Jan 30, 2025
2 parents 1618d7a + d1db471 commit 8430e9f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assemblyai",
"version": "4.8.0",
"version": "4.9.0",
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
"engines": {
"node": ">=18"
Expand Down
18 changes: 10 additions & 8 deletions samples/streaming-stt-from-mic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/streaming-stt-from-mic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"assemblyai": "^4.5.0",
"assemblyai": "^4.8.0",
"dotenv": "^16.4.5"
}
}
2 changes: 0 additions & 2 deletions src/types/openapi.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,6 @@ export type LemurModel =
| "anthropic/claude-2-1"
| "anthropic/claude-2"
| "default"
| "anthropic/claude-instant-1-2"
| "basic"
| "assemblyai/mistral-7b";

/**
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"]
"include": ["src"],
"exclude": []
}

0 comments on commit 8430e9f

Please sign in to comment.