Skip to content

Commit de4e01d

Browse files
committed
Adjust to CR
1 parent bc9545d commit de4e01d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "protos"]
22
path = protos
33
url = https://github.com/fishjam-cloud/protos.git
4-
branch = "agent-capture-image"

examples/multimodal/multimodal/room.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from .config import FISHJAM_ID, FISHJAM_TOKEN
77
from .worker import BackgroundWorker
88

9-
print("Fishjam ID", FISHJAM_ID)
109
fishjam = FishjamClient(FISHJAM_ID, FISHJAM_TOKEN)
1110

1211

@@ -35,6 +34,3 @@ def _create_agent(self):
3534
),
3635
self._worker,
3736
)
38-
39-
def get_agent(self):
40-
return self.agent

fishjam/integrations/gemini.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def GEMINI_OUTPUT_AUDIO_SETTINGS(self) -> OutgoingAudioTrackOptions:
104104
encoding=TrackEncoding.TRACK_ENCODING_PCM16,
105105
sample_rate=24_000,
106106
channels=1,
107-
metadata={"type": "microphone"},
108107
)
109108

110109
@property

0 commit comments

Comments
 (0)