9 lines
188 B
TypeScript
9 lines
188 B
TypeScript
export {
|
|
benchmarkOllamaModel,
|
|
DEFAULT_OLLAMA_BASE_URL,
|
|
getOllamaApiBaseUrl,
|
|
getOllamaChatBaseUrl,
|
|
hasLocalOllama,
|
|
listOllamaModels,
|
|
} from '../src/utils/providerDiscovery.ts'
|