qa1145 commited on
Commit
b165a3a
·
verified ·
1 Parent(s): 1c8cdd0

Upload default.py

Browse files
Files changed (1) hide show
  1. astrbot/core/config/default.py +2 -2
astrbot/core/config/default.py CHANGED
@@ -81,10 +81,10 @@ DEFAULT_CONFIG = {
81
  {
82
  "id": "default",
83
  "provider_source_id": "openrouter_free",
84
- "model": "free",
85
  "modalities": ["text"],
86
  "custom_extra_body": {},
87
- "max_context_tokens": 128000,
88
  "enable": True,
89
  }
90
  ],
 
81
  {
82
  "id": "default",
83
  "provider_source_id": "openrouter_free",
84
+ "model": "glm-4.5-air",
85
  "modalities": ["text"],
86
  "custom_extra_body": {},
87
+ "max_context_tokens": 131072,
88
  "enable": True,
89
  }
90
  ],