File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ GEMINI_API_KEY=<your-api-token> \
3131uv run fastapi dev
3232```
3333
34- Now, you can create peer tokens by going to < http://localhost:3000 > .
34+ Now, you can create peer tokens by going to < http://localhost:8000 > .
3535You can then use the [ minimal-react] ( https://github.com/fishjam-cloud/web-client-sdk/tree/main/examples/react-client )
3636demo app to connect as these peers and see your transcriptions live in the console!
Original file line number Diff line number Diff line change 22
33from google .genai .types import AudioTranscriptionConfig , LiveConnectConfig , Modality
44
5- FISHJAM_ID = os .environ [ "FISHJAM_ID" ]
5+ FISHJAM_ID = os .getenv ( "FISHJAM_ID" , "" )
66FISHJAM_TOKEN = os .environ ["FISHJAM_MANAGEMENT_TOKEN" ]
77FISHJAM_URL = os .getenv ("FISHJAM_URL" )
88TRANSCRIPTION_MODEL = "gemini-live-2.5-flash-preview"
You can’t perform that action at this time.
0 commit comments