Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

EU data residency for transcription: configurable AssemblyAI region + OpenAI-compatible provider (Voxtral)

オープン
#2,161 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
typescript

調査の方向性

まず workflows/transcribe.ts を読み、ハードコードされた AssemblyAI エンドポイントと現在のプロバイダー設定を追跡します。設定によって EU の AssemblyAI URL を選択する方法と、OpenAI 互換の /v1/audio/transcriptions プロバイダーを表現する方法を定義します。既存のデフォルト動作を変更せずに、セルフホストする EU ユーザー向けに両方のプロバイダーパスが動作すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Problem

Self-hosted Cap users in the EU cannot keep transcription data in the EU.

Cap's transcription is hardcoded to AssemblyAI's US endpoint (api.assemblyai.com) in workflows/transcribe.ts. AssemblyAI does offer an EU endpoint (api.eu.assemblyai.com, Dublin) that uses the same API key and is available on the free tier, but Cap provides no way to select it.

Requests

  1. Configurable AssemblyAI region / base URL
    Add an env var (e.g. ASSEMBLYAI_BASE_URL or ASSEMBLYAI_REGION=eu) so EU self-hosters can point transcription at api.eu.assemblyai.com.

  2. OpenAI-compatible transcription provider (e.g. Mistral Voxtral)
    Support any /v1/audio/transcriptions endpoint as a transcription provider. This would let EU users use Mistral's Voxtral (100% EU, ZDR) instead of AssemblyAI US.

Context

  • Complementary to #1996 (base-URL overrides), but focused on transcription data residency / GDPR rather than self-hosted Whisper.
  • For AI text (title/summary/chapters), EU users already have a workaround via AI_PROVIDER=openai-compatible + Mistral. There is no equivalent for transcription.
主要言語
Rust
スター
22.5k
フォーク
1.9k
平均マージ
6時間 33分
マージ済み PR(30日)
77

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CapSoftware/Cap のほかの issue

CapSoftware/Cap の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。