We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966ad1d commit bc9545dCopy full SHA for bc9545d
pyproject.toml
@@ -110,7 +110,6 @@ exclude = [
110
"lib",
111
"fishjam/_openapi_client",
112
"tests",
113
- "examples/poet_chat",
114
]
115
typeCheckingMode = "basic"
116
venv = ".venv"
tests/Dockerfile
@@ -14,6 +14,7 @@ COPY pyproject.toml .
14
COPY examples/transcription/pyproject.toml ./examples/transcription/
15
COPY examples/poet_chat/pyproject.toml ./examples/poet_chat/
16
COPY examples/selective_subscription/pyproject.toml ./examples/selective_subscription/
17
+COPY examples/multimodal/pyproject.toml ./examples/multimodal/
18
19
COPY uv.lock .
20
0 commit comments