Commit 0dcaf5d 1 parent 5e9b522 commit 0dcaf5d Copy full SHA for 0dcaf5d
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const DEFAULT_OPTIONS: MagentaOptions = {
14
14
model : "claude-3-5-sonnet-20241022" ,
15
15
} ,
16
16
openai : {
17
- model : "4o" ,
17
+ model : "gpt- 4o" ,
18
18
} ,
19
19
} ;
20
20
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import type { Stream } from "openai/streaming.mjs";
9
9
import { DEFAULT_SYSTEM_PROMPT } from "./constants.ts" ;
10
10
11
11
export type OpenAIOptions = {
12
- model : "4o" ;
12
+ model : "gpt- 4o" ;
13
13
} ;
14
14
15
15
export class OpenAIProvider implements Provider {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ local M = {}
4
4
M .defaults = {
5
5
provider = " anthropic" ,
6
6
openai = {
7
- model = " 4o"
7
+ model = " gpt- 4o"
8
8
},
9
9
anthropic = {
10
10
model = " claude-3-5-sonnet-20241022"
You can’t perform that action at this time.
0 commit comments