@simonyea/holysheep-cli 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/tools/codex.js +1 -1
package/package.json
CHANGED
package/src/tools/codex.js
CHANGED
|
@@ -56,7 +56,7 @@ module.exports = {
|
|
|
56
56
|
|
|
57
57
|
// 设置 HolySheep 为默认 provider
|
|
58
58
|
config.provider = 'holysheep'
|
|
59
|
-
config.model =
|
|
59
|
+
config.model = 'gpt-5.1-codex' // HolySheep 支持的 Codex 专属模型
|
|
60
60
|
|
|
61
61
|
if (!config.providers) config.providers = {}
|
|
62
62
|
config.providers.holysheep = {
|