Skip to content

Conversation

@dbieber
Copy link
Owner

@dbieber dbieber commented Mar 9, 2025

Summary

  • Re-enabled the openai dependency in pyproject.toml with version <=1.52.2
  • This dependency is required by multiple files in the codebase including transcriber.py, assistant_commands.py, and system_commands.py
  • Updated the GitHub Actions workflow to use the newer v1.0.9 version of dbieber/arm-runner-action

Test plan

  • Ensure the openai dependency can be installed correctly
  • Verify that commands that use the openai API (transcription, AI assistant, and text-to-speech features) work as expected
  • Verify that the GitHub Actions workflow runs correctly with the updated arm-runner-action

🤖 Generated with Claude Code

Claude and others added 2 commits March 9, 2025 14:42
Adding back the openai dependency with version <=1.52.2 as this is required by multiple files in the codebase:
- transcriber.py uses it for audio transcription
- assistant_commands.py uses it for AI assistant features
- system_commands.py uses it for text-to-speech

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Updated the GitHub Actions workflow to use the newer v1.0.9 version of dbieber/arm-runner-action.

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@dbieber dbieber changed the title Re-enable openai dependency Re-enable openai dependency and update arm-runner-action Mar 9, 2025
@dbieber dbieber merged commit a62b95a into main Mar 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants