Files
oh-my-opencode/dist/cli/model-fallback.d.ts
T

6 lines
352 B
TypeScript
Raw Normal View History

import type { InstallConfig } from "./types";
import type { GeneratedOmoConfig } from "./model-fallback-types";
export type { GeneratedOmoConfig } from "./model-fallback-types";
export declare function generateModelConfig(config: InstallConfig): GeneratedOmoConfig;
export declare function shouldShowChatGPTOnlyWarning(config: InstallConfig): boolean;