Spaces:
Running
Running
付费通道: gemma-4主模型 + deepseek-v4-pro备选
Browse files- config.yaml +4 -25
config.yaml
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
-
model:
|
| 2 |
-
|
| 3 |
-
provider: openrouter
|
| 4 |
-
context_length: 262144
|
| 5 |
fallback_model:
|
| 6 |
provider: openrouter
|
| 7 |
-
model:
|
| 8 |
-
context_length: 262144
|
| 9 |
max_turns: 120
|
| 10 |
platforms:
|
| 11 |
feishu:
|
|
@@ -13,35 +10,17 @@ platforms:
|
|
| 13 |
extra:
|
| 14 |
domain: feishu
|
| 15 |
connection_mode: websocket
|
| 16 |
-
weixin:
|
| 17 |
-
enabled: true
|
| 18 |
-
extra:
|
| 19 |
-
dm_policy: open
|
| 20 |
-
group_policy: disabled
|
| 21 |
-
api_server:
|
| 22 |
-
enabled: true
|
| 23 |
-
extra:
|
| 24 |
-
host: 127.0.0.1
|
| 25 |
-
port: 8642
|
| 26 |
-
cors_origins: "*"
|
| 27 |
memory:
|
| 28 |
-
memory_enabled: true
|
| 29 |
-
user_profile_enabled: true
|
| 30 |
-
memory_char_limit: 8000
|
| 31 |
-
user_char_limit: 5000
|
| 32 |
provider: holographic
|
| 33 |
auto_extract: true
|
| 34 |
default_trust: 0.5
|
| 35 |
compress:
|
| 36 |
enabled: true
|
| 37 |
threshold: 80
|
| 38 |
-
target_ratio:
|
| 39 |
protect_last: 30
|
| 40 |
image_gen:
|
| 41 |
provider: pollinations
|
| 42 |
-
plugins:
|
| 43 |
-
enabled:
|
| 44 |
-
- image_gen/pollinations
|
| 45 |
no_mcp: true
|
| 46 |
terminal:
|
| 47 |
backend: local
|
|
|
|
| 1 |
+
model: google/gemma-4-31b-it
|
| 2 |
+
provider: openrouter
|
|
|
|
|
|
|
| 3 |
fallback_model:
|
| 4 |
provider: openrouter
|
| 5 |
+
model: deepseek/deepseek-v4-pro
|
|
|
|
| 6 |
max_turns: 120
|
| 7 |
platforms:
|
| 8 |
feishu:
|
|
|
|
| 10 |
extra:
|
| 11 |
domain: feishu
|
| 12 |
connection_mode: websocket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
memory:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
provider: holographic
|
| 15 |
auto_extract: true
|
| 16 |
default_trust: 0.5
|
| 17 |
compress:
|
| 18 |
enabled: true
|
| 19 |
threshold: 80
|
| 20 |
+
target_ratio: 20
|
| 21 |
protect_last: 30
|
| 22 |
image_gen:
|
| 23 |
provider: pollinations
|
|
|
|
|
|
|
|
|
|
| 24 |
no_mcp: true
|
| 25 |
terminal:
|
| 26 |
backend: local
|