Skip to content

Commit

Permalink
fix: update models
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Oct 23, 2024
1 parent 088f230 commit 0b4c1f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/github_llms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const openAIGpt4oMini = modelRef({
supports: {
multiturn: true,
tools: true,
media: true,
media: false,
systemRole: true,
output: ["text", "json"],
},
Expand All @@ -85,8 +85,8 @@ export const openAIO1Preview = modelRef({
supports: {
multiturn: true,
tools: true,
media: true,
systemRole: true,
media: false,
systemRole: false,
output: ["text", "json"],
},
},
Expand Down

0 comments on commit 0b4c1f1

Please sign in to comment.