mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
- Handle Feishu post messages with flat content structure (fallback to parsed.content) - add __cc-haha-op.sh for easy devops - Add cross-platform commit helpers (bash/ps1) for LLM-generated messages
35 lines
1000 B
Plaintext
35 lines
1000 B
Plaintext
# Git Commit Script Configuration
|
|
|
|
# Debug mode: true or false
|
|
DEBUG_MODE=false
|
|
|
|
# # MiniMax
|
|
# BASE_URL=https://api.minimaxi.com/v1
|
|
# API_KEY=your_api_key_here
|
|
# LLM_MODEL=MiniMax-M2.5
|
|
|
|
# # Zhipu AI
|
|
# BASE_URL=https://open.bigmodel.cn/api/paas/v4
|
|
# API_KEY=your_api_key_here
|
|
# LLM_MODEL=GLM-4.7-Flash
|
|
|
|
|
|
# siliconflow
|
|
# BASE_URL=https://api.siliconflow.cn/v1
|
|
# API_KEY=your_api_key_here
|
|
# LLM_MODEL=Qwen/Qwen2.5-Coder-32B-Instruct
|
|
# LLM_MODEL=Qwen/Qwen3-Coder-30B-A3B-Instruct
|
|
# LLM_MODEL=Qwen/Qwen3-30B-A3B-Instruct-2507
|
|
|
|
## openrouter
|
|
BASE_URL=https://openrouter.ai/api/v1
|
|
API_KEY=your_api_key_here
|
|
LLM_MODEL=minimax/minimax-m2.5:free
|
|
# LLM_MODEL=nvidia/nemotron-3-super-120b-a12b:free
|
|
# LLM_MODEL=arcee-ai/trinity-large-preview:free
|
|
# LLM_MODEL=z-ai/glm-4.5-air:free
|
|
# LLM_MODEL=nvidia/nemotron-3-nano-30b-a3b:free
|
|
# LLM_MODEL=minimax/minimax-m2.5:free
|
|
# LLM_MODEL=openai/gpt-oss-120b:free
|
|
# LLM_MODEL=openai/gpt-oss-20b:free
|
|
# LLM_MODEL=google/gemma-4-31b-it:free |