Skip to content

Commit

Permalink
v2.1.1 - Unused models was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
neurogen-dev authored Dec 8, 2023
1 parent f383786 commit fa514e5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ export const KnowledgeCutOffDate: Record<string, string> = {
};

export const DEFAULT_MODELS = [
{
name: "dall-e-2",
available: true,
},
{
name: "dall-e-3",
available: true,
},
// {
// name: "dall-e-2-beta-instruct-vision",
// available: true,
Expand Down Expand Up @@ -154,10 +146,6 @@ export const DEFAULT_MODELS = [
name: "gpt-4-1106-preview",
available: true,
},
{
name: "gpt-4-vision-preview",
available: true,
},
{
name: "gpt-3.5-turbo",
available: true,
Expand Down

0 comments on commit fa514e5

Please sign in to comment.