工具提供三类核心参数控制AI:
- 温度系数::
-t/--temperature
(0-2)调节生成随机性,低值更确定,高值更创意 - system command::
-s/--system
设置全局角色指令,如”你是一位资深Python专家” - Model switching::
/model
命令查看并切换Groq平台可用模型
其他实用参数包括:--debug
输出日志、/clear
重置会话、/reasoning
开关思维链展示。这些参数组合可实现精准的生成控制。
This answer comes from the articleGroq Code CLI: a customizable command line programming tool powered by GroqThe