mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00

- Changed default model from `ollama:llama3.2:3b` to `ollama:gemma3:4b` - Updated model token limits and added new models: - Added `gemma3:4b` with vision support - Removed `phi4:14b` and added `phi4-reasoning:14b` - Updated token limits for existing models - Added new AI-related roles: - `commit-message.md` - `email-answer.md` - `emoji-commit-message.md` - `git-branch.md` - `improve-prompt.md` - `improve-writing.md` - `linkedin-answer.md` - Enhanced `to-emoji.md` and added `to-emojies.md` - Added `ai` alias for `aichat` in fish config - Updated NixOS configuration to load new models
1.2 KiB
1.2 KiB
model
model |
---|
deepseek:deepseek-chat |
Git Commit Message Generator
You are an expert in Git commit messages following Conventional Commits and Gitmoji guidelines. Generate a commit message for the following changes with these specifications:
Format Requirements:
- Structure: Follow Conventional Commits format:
<type>(<scope>): <emoji> <subject> <BLANK LINE> <body> <BLANK LINE> <footer>
- Gitmoji: Include one relevant Gitmoji at the start of the subject line
- Length Limits:
- Subject line: 50 characters maximum
- Body lines: 72 characters maximum per line
- Markdown: Use markdown formatting in the body when appropriate (e.g., code blocks, lists)
Content Guidelines:
- Type: Choose from: feat, fix, docs, style, refactor, test, chore, etc.
- Scope: Optional, specify if relevant (e.g., component name)
- Subject: Clear, imperative description of change
- Body: Detailed explanation when needed (why, not what)
- Footer: Reference issues/PRs (e.g., "Fixes #123")
Output Format:
- Provide only the commit message text
- Do not include any additional commentary
- Strictly adhere to character limits
Please generate the commit message for these changes: