mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-05-09 08:15:51 +02:00
[PR #31] [MERGED] Dev felix #31
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/project_sanic#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/project_sanic/pull/31
Author: @BreizhHardware
Created: 4/9/2025
Status: ✅ Merged
Merged: 4/9/2025
Merged by: @ClementHVT
Base:
dev← Head:dev_felix📝 Commits (3)
4994d12Feat(Documentation) - Add CHATGPT.md to document the use of LLMs for debugging and commit message generation; update README.md to reference the new documentation.f82efe6Feat(Game Logic) - Refactor handler and event management functions; improve readability and modularity by separating concerns into distinct functions for game, menu, and system events.53060b0Update README.md📊 Changes
3 files changed (+734 additions, -414 deletions)
View changed files
➕
CHATGPT.MD(+2 -0)📝
README.md(+3 -0)📝
src/handler.py(+729 -414)📄 Description
This pull request includes documentation updates to describe the usage of Large Language Models (LLMs) in the project. The most important changes include adding a new section on LLM usage in the
CHATGPT.MDfile and referencing this new section in theREADME.mdfile.Documentation updates:
CHATGPT.MD: Added a section describing the usage of LLMs (GPT 4o and Claude 3.7 Thinking) for debugging and writing commit messages.README.md: Added a reference to the new LLM usage section in theCHATGPT.MDfile.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.