Upload 4 files
Browse files
astrbot/core/config/default.py
CHANGED
|
@@ -85,6 +85,7 @@ DEFAULT_CONFIG = {
|
|
| 85 |
"modalities": ["text"],
|
| 86 |
"custom_extra_body": {},
|
| 87 |
"max_context_tokens": 128000,
|
|
|
|
| 88 |
}
|
| 89 |
],
|
| 90 |
"provider_settings": {
|
|
|
|
| 85 |
"modalities": ["text"],
|
| 86 |
"custom_extra_body": {},
|
| 87 |
"max_context_tokens": 128000,
|
| 88 |
+
"enable": True,
|
| 89 |
}
|
| 90 |
],
|
| 91 |
"provider_settings": {
|