Skip to content

Commit

Permalink
Merge pull request #33 from HassanTaleb90/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO authored Jan 22, 2023
2 parents 68bb808 + a66b58d commit 689e611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct EditExample: View {
)
let openAI = OpenAI(config)
let editParameter = EditParameters(
model: "text-davinci-edit-003",
model: "text-davinci-edit-001",
input: input,
instruction: instruction
)
Expand Down

0 comments on commit 689e611

Please sign in to comment.