Skip to content

Commit

Permalink
💄 style: Add o1 model in GitHub models (#5110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Dec 21, 2024
1 parent decd129 commit 91dc5d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/config/modelProviders/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ import { ModelProviderCard } from '@/types/llm';
// https://github.com/marketplace/models
const Github: ModelProviderCard = {
chatModels: [
{
description: '专注于高级推理和解决复杂问题,包括数学和科学任务。非常适合需要深入上下文理解和代理工作流程的应用程序。',
displayName: 'OpenAI o1',
enabled: true,
functionCall: false,
id: 'o1',
maxOutput: 100_000,
tokens: 200_000,
vision: true,
},
{
description: '比 o1-preview 更小、更快,成本低80%,在代码生成和小上下文操作方面表现良好。',
displayName: 'OpenAI o1-mini',
Expand Down

0 comments on commit 91dc5d7

Please sign in to comment.