(configOrSession)
| 820 | } |
| 821 | |
| 822 | export function isUsingChatgptApiModel(configOrSession) { |
| 823 | return isInApiModeGroup(chatgptApiModelKeys, configOrSession) |
| 824 | } |
| 825 | |
| 826 | export function isUsingGptCompletionApiModel(configOrSession) { |
| 827 | return isInApiModeGroup(gptApiModelKeys, configOrSession) |
no test coverage detected