Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bincooo authored Feb 16, 2025
1 parent a3ecda8 commit e0d8e8b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ browser-less:
disabled-gpu: true
headless: new
custom-llm:
- prefix: custom
proxied: true
reversal: https://models.inference.ai.azure.com
- prefix: grok
proxied: true
reversal: https://api.x.ai/v1
matcher:
- match: I do not engage
over: ":\n"
Expand Down Expand Up @@ -51,6 +59,10 @@ matcher:

`headless` 无头模式:true / false / new

### custom-llm 自定义v1桥接
`prefix` 模型前缀 - `${prefix}/gpt4o`
`reversal` llm目标地址

### matcher 响应token过滤器

`match` 字符块起始匹配
Expand Down

0 comments on commit e0d8e8b

Please sign in to comment.