update: minor fixes to agentmain, mykey_template, sidercall

This commit is contained in:
Liang Jiaqing
2026-03-07 22:34:23 +08:00
parent 7ab47af8e8
commit 61d07a16a6
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
oai_config = {
'apikey':'sk-uklURcj',
'apibase':"http://113.145.139.147:3001",
'apibase':"http://243.55.19.137:2001",
'model':"openai/gpt-5.1",
'api_mode':"chat_completions", # optional: "chat_completions" | "responses"
'max_retries': 2, # optional: retries for 429/timeout/5xx
@@ -16,14 +16,14 @@ sider_cookie = 'token=Bearer%20eyJhbGciOiJIUz...'
# feel free to add more ~
oai_config2 = {
'apikey':'sk-uklURcj...',
'apibase':"http://133.145.139.147:3001",
'apibase':"http://243.55.19.137:2001",
'model':"claude-opus-4-6-20260206"
}
claude_config = {
'apikey':'klURcj...',
'apibase':"http://233.145.139.147:3001",
'apibase':"http://233.85.13.149:2001",
'model':"claude-opus"
}