We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9545d commit aa5f13dCopy full SHA for aa5f13d
.gitmodules
@@ -1,4 +1,3 @@
1
[submodule "protos"]
2
path = protos
3
url = https://github.com/fishjam-cloud/protos.git
4
- branch = "agent-capture-image"
examples/multimodal/multimodal/room.py
@@ -6,7 +6,6 @@
6
from .config import FISHJAM_ID, FISHJAM_TOKEN
7
from .worker import BackgroundWorker
8
9
-print("Fishjam ID", FISHJAM_ID)
10
fishjam = FishjamClient(FISHJAM_ID, FISHJAM_TOKEN)
11
12
@@ -35,6 +34,3 @@ def _create_agent(self):
35
34
),
36
self._worker,
37
)
38
-
39
- def get_agent(self):
40
- return self.agent
0 commit comments