Skip to content

Commit

Permalink
disable o1
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Jan 31, 2025
1 parent 93da7ec commit 24c4928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export const CodeRunning = () => {
.map((code, index) => {
return (
<span
key={`${code.sheetId}-${code.left}-${code.top}-${index}`}
className="-translate-x-[2px] -translate-y-[4px] scale-75"
style={{ position: 'absolute', left: code.left, top: code.top }}
>
Expand Down
2 changes: 1 addition & 1 deletion quadratic-shared/ai/models/AI_MODELS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const MODEL_OPTIONS: {
max_tokens: 4096, // not used for openai
canStream: false, // stream is not supported for o1
canStreamWithToolCalls: false,
enabled: true,
enabled: false,
provider: 'openai',
},
'o3-mini-2025-01-31': {
Expand Down

0 comments on commit 24c4928

Please sign in to comment.