Skip to content

Commit

Permalink
feature: Use the GPT 3.5-instruct model
Browse files Browse the repository at this point in the history
  • Loading branch information
kmesiab committed Jan 17, 2024
1 parent 0dc6cd2 commit 520f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
DefaultFilePerms = 0o644
DefaultOpenAIModel = "gpt-4-1106-preview"
DefaultOpenAIModel = "gpt-3.5-turbo-instruct"
)

type argT struct {
Expand Down

0 comments on commit 520f773

Please sign in to comment.