Skip to content

Commit

Permalink
OpenAI: o1 relabel
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Sep 13, 2024
1 parent 6a904c9 commit de25e58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/llms/server/openai/models.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const _knownOpenAIChatModels: ManualMappings = [
// o1-preview
{
idPrefix: 'o1-preview',
label: 'o1-preview',
label: 'o1 Preview',
description: 'Points to the most recent snapshot of the o1 model: o1-preview-2024-09-12',
symLink: 'o1-preview-2024-09-12',
hidden: true,
Expand All @@ -105,7 +105,7 @@ const _knownOpenAIChatModels: ManualMappings = [
},
{
idPrefix: 'o1-preview-2024-09-12',
label: 'o1-preview (2024-09-12)',
label: 'o1 Preview (2024-09-12)',
description: 'New reasoning model for complex tasks that require broad general knowledge.',
contextWindow: 128000,
maxCompletionTokens: 32768,
Expand All @@ -118,7 +118,7 @@ const _knownOpenAIChatModels: ManualMappings = [
// o1-mini
{
idPrefix: 'o1-mini',
label: 'o1-mini',
label: 'o1 Mini',
description: 'Points to the most recent o1-mini snapshot: o1-mini-2024-09-12',
symLink: 'o1-mini-2024-09-12',
hidden: true,
Expand All @@ -132,7 +132,7 @@ const _knownOpenAIChatModels: ManualMappings = [
},
{
idPrefix: 'o1-mini-2024-09-12',
label: 'o1-mini (2024-09-12)',
label: 'o1 Mini (2024-09-12)',
description: 'Fast, cost-efficient reasoning model tailored to coding, math, and science use cases.',
contextWindow: 128000,
maxCompletionTokens: 65536,
Expand Down

0 comments on commit de25e58

Please sign in to comment.