mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-09 05:58:17 +02:00
set provider default capabilities
This commit is contained in:
@@ -3,15 +3,12 @@ import {
|
||||
AI_PROVIDER_AUTH_TYPES,
|
||||
AI_PROVIDER_DEFAULTS,
|
||||
authTypeRequiresApiKey,
|
||||
defaultsForProviderType,
|
||||
providerRequiresUpstreamUrl,
|
||||
type AiProviderAuthType,
|
||||
type AiProviderType
|
||||
} from "@server/lib/aiProviderDefaults";
|
||||
import {
|
||||
AI_CAPABILITIES,
|
||||
defaultsForProviderType,
|
||||
type AiCapability
|
||||
} from "@server/lib/aiCapabilities";
|
||||
import { AI_CAPABILITIES, type AiCapability } from "@server/lib/aiCapabilities";
|
||||
|
||||
type TranslateFn = (key: string) => string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user