You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
alpha_tools/simple72/config.json.example

15 lines
297 B

{
"brain": {
"username": "your_brain_username",
"password": "your_brain_password"
},
"llm": {
"api_key": "your_llm_api_key",
"base_url": "https://api.moonshot.cn/v1",
"model": "kimi-k2.5"
},
"transformer": {
"top_n_datafield": 50,
"data_type": "MATRIX"
}
}