export declare enum Models {
    GPT4 = "gpt-4",
    GP3_5_TURBO = "gpt-3.5-turbo",
    GPT3_5_TURBO_16k = "gpt-3.5-turbo-16k"
}
