Skip to content

support speed param when calling OpenAI TTS (#412) #2

support speed param when calling OpenAI TTS (#412)

support speed param when calling OpenAI TTS (#412) #2

Triggered via push July 5, 2024 05:09
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F401): examples/voice-assistant/minimal_assistant.py#L7
examples/voice-assistant/minimal_assistant.py:7:5: F401 `livekit.agents.llm.ChatMessage` imported but unused
Ruff (F401): examples/voice-assistant/minimal_assistant.py#L8
examples/voice-assistant/minimal_assistant.py:8:5: F401 `livekit.agents.llm.ChatRole` imported but unused
Ruff (F401): livekit-agents/livekit/agents/llm/_oai_api.py#L17
livekit-agents/livekit/agents/llm/_oai_api.py:17:8: F401 `asyncio` imported but unused
Ruff (F401): livekit-agents/livekit/agents/llm/_oai_api.py#L18
livekit-agents/livekit/agents/llm/_oai_api.py:18:8: F401 `functools` imported but unused
Ruff (F822): livekit-agents/livekit/agents/llm/_oai_api.py#L27
livekit-agents/livekit/agents/llm/_oai_api.py:27:5: F822 Undefined name `create_ai_function_task` in `__all__`
Ruff (I001): livekit-agents/livekit/agents/llm/function_context.py#L15
livekit-agents/livekit/agents/llm/function_context.py:15:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): livekit-agents/livekit/agents/llm/llm.py#L1
livekit-agents/livekit/agents/llm/llm.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F821): livekit-agents/livekit/agents/voice_assistant/call_context.py#L1
livekit-agents/livekit/agents/voice_assistant/call_context.py:1:15: F821 Undefined name `contextvars`
Ruff (F821): livekit-agents/livekit/agents/voice_assistant/call_context.py#L5
livekit-agents/livekit/agents/voice_assistant/call_context.py:5:36: F821 Undefined name `VoiceAssistant`
Ruff (F821): livekit-agents/livekit/agents/voice_assistant/call_context.py#L5
livekit-agents/livekit/agents/voice_assistant/call_context.py:5:65: F821 Undefined name `allm`
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/