|
|
|
|
|
|
|
|
|
server-conn:
|
|
connTimeout: 0
|
|
idleConnTimeout: 0
|
|
responseHeaderTimeout: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flags: true
|
|
|
|
|
|
domain: "https://gitdeem-adapter.hf.space"
|
|
|
|
|
|
llm:
|
|
base-url: "http://127.0.0.1:8081"
|
|
model: "command-r-plus"
|
|
token: "kUbPWLagtquZkTAp9y3c4aFqDMRMmLMLuiXZNSVs"
|
|
|
|
|
|
lmsys: |
|
|
{
|
|
"claude-3-5-sonnet-20240620": [ 70, 124 ]
|
|
}
|
|
|
|
|
|
|
|
|
|
hf:
|
|
animagine-xl-3.1:
|
|
base-url: https://boboiazumi-animagine-xl-3-1.hf.space
|
|
fn: [5, 61]
|
|
data: '[
|
|
"{{prompt}}",
|
|
"{{negative_prompt}}",
|
|
{{seed}},
|
|
1024,
|
|
1024,
|
|
8,
|
|
35,
|
|
"{{sampler}}",
|
|
"1024 x 1024",
|
|
"{{style}}",
|
|
"Standard v3.1",
|
|
true,
|
|
0.55,
|
|
1.5,
|
|
false,
|
|
false,
|
|
null,
|
|
0.65
|
|
]'
|
|
dalle-4k:
|
|
base-url: https://mukaist-dalle-4k.hf.space
|
|
dalle-3-xl:
|
|
base-url: https://ehristoforu-dalle-3-xl-lora-v2.hf.space
|
|
|
|
|
|
google:
|
|
tc: true
|
|
|
|
|
|
|
|
|
|
|
|
cohere:
|
|
safety: CONTEXTUAL
|
|
|
|
bing:
|
|
base-url: "https://edgeservices.bing.com/edgesvc"
|
|
|
|
browser-less:
|
|
enabled: true
|
|
disabled-gpu: true
|
|
headless: new
|
|
|
|
interpreter:
|
|
base-url: http://127.0.0.1:8000
|
|
echo-code: true
|
|
ws: true
|
|
|
|
custom-llm:
|
|
- base-url: https://models.inference.ai.azure.com
|
|
prefix: github
|
|
use-proxies: true
|
|
tc: true
|
|
|
|
|
|
|
|
|
|
toolCall:
|
|
id: -1
|
|
enabled: true
|
|
tasks: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matcher:
|
|
- find: <!-- Attack
|
|
end: -->
|
|
content: "<!-- Attack [\\s\\S]+ -->:"
|
|
- find: I do not
|
|
end: ":\n"
|
|
content: "I do not [\\s\\S]+:\n"
|
|
- find: age with prompt injection
|
|
end: ":\n"
|
|
content: "age with prompt injection [\\s\\S]+:\n"
|
|
- find: <thinking>
|
|
end: </thinking>
|
|
content: "<thinking>[\\s\\S]+<\\/thinking>:" |