Files
oh-my-opencode/dist/cli/model-fallback.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
352 B
TypeScript

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;