Revert "feat: renew models (#6926)"

This reverts commit 5bf9351be4.
This commit is contained in:
LongYinan
2024-05-14 18:46:32 +08:00
parent 8881286025
commit b036f1b5c9
4 changed files with 28 additions and 43 deletions

View File

@@ -37,7 +37,6 @@ export class OpenAIProvider
readonly availableModels = [
// text to text
'gpt-4o',
'gpt-4-vision-preview',
'gpt-4-turbo-preview',
'gpt-3.5-turbo',

View File

@@ -20,7 +20,6 @@ export interface CopilotConfig {
export enum AvailableModels {
// text to text
Gpt4Omni = 'gpt-4o',
Gpt4VisionPreview = 'gpt-4-vision-preview',
Gpt4TurboPreview = 'gpt-4-turbo-preview',
Gpt35Turbo = 'gpt-3.5-turbo',