| server:
|
| port: 7860
|
| password: 'deembear'
|
| think_reason: true
|
| debug: false
|
|
|
| browser-less:
|
| enabled: false
|
| port: 8081
|
| disabled-gpu: true
|
| headless: new
|
|
|
| custom-llm:
|
| - prefix: custom
|
| proxied: true
|
| reversal: https://models.inference.ai.azure.com
|
|
|
|
|
|
|
|
|
| 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"
|
|
|
| lmsys:
|
| token: '[119 , 159]'
|
| model:
|
| - 'claude-3-7-sonnet-20250219-thinking-32k'
|
| - 'claude-3-7-sonnet-20250219'
|
| - 'claude-3-5-sonnet-20241022'
|
| - 'claude-3-5-sonnet-20240620'
|
| - 'o3-2025-04-16'
|
| - 'o4-mini-2025-04-16'
|
| - 'o3-mini'
|
| - 'gpt-4.1-2025-04-14'
|
| - 'gpt-4.1-mini-2025-04-14'
|
| - 'gpt-4.1-nano-2025-04-14'
|
| - 'chatgpt-4o-latest-20250326'
|
| - 'gemini-2.5-pro-preview-05-06'
|
| - 'gemini-2.5-pro-exp-03-25'
|
| - 'gemini-2.5-flash-preview-04-17'
|
| - 'gemini-2.0-pro-exp-02-05'
|
| - 'gemini-2.0-flash-thinking-exp-01-21'
|
| - 'deepseek-v3-0324'
|
| - 'deepseek-r1'
|
| - 'deepseek-v3'
|
| - 'qwen3-235b-a22b'
|
| - 'grok-3-preview-02-24'
|
|
|
| cursor:
|
|
|
|
|
|
|
|
|
| windsurf:
|
| proxied: false
|
|
|
|
|
| qodo:
|
| key: AIzaSyCMMynYm5VRHj1NOwkfWinX-HYsFArdUbk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| you:
|
| custom: true
|
| task: true
|
| model:
|
| - 'xxx'
|
| cookies:
|
| - 'xxx'
|
|
|
| grok:
|
| think_reason: false
|
| disable_search: false
|
| cookies:
|
| - 'xxx'
|
|
|
| bing:
|
| proxied: false
|
| cookies:
|
| - scopeId: xxx
|
| idToken: xxx
|
| cookie: xxx |