Files
LucidLoanMachine/OAI_CONFIG_LIST.json
2024-06-28 15:30:10 +05:30

11 lines
153 B
JSON

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