fixbug:解决抢答和获取任务的问题

This commit is contained in:
Liu
2025-02-21 20:00:43 +08:00
parent 17c44d2c22
commit 8954fc5a7f
3 changed files with 36 additions and 7 deletions

View File

@@ -0,0 +1,26 @@
server:
port: 8080
#proxied: http://127.0.0.1:7890
password: 'xxx'
think_reason: true
debug: false
browser-less:
enabled: true
port: 8081
#reversal: http://127.0.0.1:8081
disabled-gpu: true
headless: new
matcher:
- match: I do not engage
over: ":\n"
notice:
regex: |
"(?i)I do not engage .+:\n":""
- match: <thinking>
over: </thinking>
notice:
think_reason: true
regex: |
"(?s)<thinking>(.+)</thinking>":"$1"