@convo-lang/convo-lang
Version:
The language of AI
8 lines (7 loc) • 634 B
TypeScript
export declare const anthropicApiKeyParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicBaseUrlParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicChatModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicAudioModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicImageModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicVisionModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicSecretsParam: import("@iyio/common").ParamTypeDef<string>;