(configOrSession)
| 875 | * @deprecated |
| 876 | */ |
| 877 | export function isUsingCustomNameOnlyModel(configOrSession) { |
| 878 | return isUsingModelName('poeAiWebCustom', configOrSession) |
| 879 | } |
| 880 | |
| 881 | export async function getPreferredLanguageKey() { |
| 882 | const config = await getUserConfig() |
no test coverage detected