Files
GenericAgent/mykey_template.py

18 lines
341 B
Python

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"
}