multi oai config support, timeout fix, execute_js_rich optimization

This commit is contained in:
Liang Jiaqing
2026-02-12 16:56:11 +08:00
parent 1276021422
commit 69153f7a42
5 changed files with 58 additions and 42 deletions

View File

@@ -1,8 +1,17 @@
oai_apikey = 'sk-uklUR...'
oai_apibase = "http://113.345.339.347:3001/v1"
oai_model = "openai/gpt-5.1"
oai_config = {
'apikey':'sk-uklURcj',
'apibase':"http://113.145.139.147:3001/v1",
'model':"openai/gpt-5.1"
}
# or
sider_cookie = 'token=Bearer%20eyJhbGciOiJIUz...'
# feel free to add more ~
oai_config2 = {
'apikey':'sk-uklURcj...',
'apibase':"http://133.145.139.147:3001/v1",
'model':"claude-opus-4-6-20260206"
}