Fix docstring parsing
This commit is contained in:
@@ -179,6 +179,11 @@ autodoc_mock_imports = [
|
|||||||
"google.protobuf.runtime_version",
|
"google.protobuf.runtime_version",
|
||||||
"google.protobuf.symbol_database",
|
"google.protobuf.symbol_database",
|
||||||
"google.protobuf.internal.builder",
|
"google.protobuf.internal.builder",
|
||||||
|
# Runner
|
||||||
|
"pipecat_ai_small_webrtc_prebuilt",
|
||||||
|
"pipecat_ai_small_webrtc_prebuilt.frontend",
|
||||||
|
"uvicorn",
|
||||||
|
"python_dotenv",
|
||||||
]
|
]
|
||||||
|
|
||||||
# HTML output settings
|
# HTML output settings
|
||||||
@@ -202,6 +207,7 @@ def import_core_modules():
|
|||||||
"pipecat.clocks",
|
"pipecat.clocks",
|
||||||
"pipecat.metrics",
|
"pipecat.metrics",
|
||||||
"pipecat.observers",
|
"pipecat.observers",
|
||||||
|
"pipecat.runner",
|
||||||
"pipecat.serializers",
|
"pipecat.serializers",
|
||||||
"pipecat.sync",
|
"pipecat.sync",
|
||||||
"pipecat.transcriptions",
|
"pipecat.transcriptions",
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ pipecat-ai[noisereduce]
|
|||||||
pipecat-ai[openai]
|
pipecat-ai[openai]
|
||||||
# pipecat-ai[openpipe]
|
# pipecat-ai[openpipe]
|
||||||
# pipecat-ai[playht] # Mocked due to grpcio conflict with riva
|
# pipecat-ai[playht] # Mocked due to grpcio conflict with riva
|
||||||
|
pipecat-ai[pipecatcloud]
|
||||||
pipecat-ai[qwen]
|
pipecat-ai[qwen]
|
||||||
pipecat-ai[remote-smart-turn]
|
pipecat-ai[remote-smart-turn]
|
||||||
# pipecat-ai[riva] # Mocked
|
# pipecat-ai[riva] # Mocked
|
||||||
|
|||||||
@@ -344,6 +344,8 @@ def main():
|
|||||||
any bot() function found in the current directory.
|
any bot() function found in the current directory.
|
||||||
|
|
||||||
Command-line arguments:
|
Command-line arguments:
|
||||||
|
|
||||||
|
Args:
|
||||||
--host: Server host address (default: localhost)
|
--host: Server host address (default: localhost)
|
||||||
--port: Server port (default: 7860)
|
--port: Server port (default: 7860)
|
||||||
-t/--transport: Transport type (daily, webrtc, twilio, telnyx, plivo)
|
-t/--transport: Transport type (daily, webrtc, twilio, telnyx, plivo)
|
||||||
|
|||||||
@@ -447,6 +447,8 @@ def main(
|
|||||||
Each factory should return transport-specific parameters when called.
|
Each factory should return transport-specific parameters when called.
|
||||||
|
|
||||||
Command-line arguments:
|
Command-line arguments:
|
||||||
|
|
||||||
|
Args:
|
||||||
--host: Server host address (default: localhost)
|
--host: Server host address (default: localhost)
|
||||||
--port: Server port (default: 7860)
|
--port: Server port (default: 7860)
|
||||||
-t/--transport: Transport type (daily, livekit, webrtc, twilio, telnyx, plivo)
|
-t/--transport: Transport type (daily, livekit, webrtc, twilio, telnyx, plivo)
|
||||||
|
|||||||
Reference in New Issue
Block a user