Skip to content

Tags: javidahmed64592/rpi-ai

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Major refactoring (#80)

* Add Dockerfile and docker-compose.yml for containerized deployment

* Refactor build configuration to include only necessary directories and files and update packages

* Add pre-commit configuration for code quality checks and type checking

* Add CI and Docker workflows, implement Docker container health check action, and remove obsolete workflows

* Remove server configuration from JSON settings

* Remove installation script for RPi-AI

* Refactor chatbot server and tests to improve error handling and remove unused code

* Add GEMINI_API_KEY to environment configuration and update Docker workflows