Files
LucidLoanMachine/OAI_CONFIG_LIST.json

10 lines
132 B
JSON

[
{
"model": "gpt-3.5-turbo",
"api_key": "api-key-here"
},
{
"model": "gpt-4",
"api_key": "api-key-here"
}
]