Skip to content

Commit

Permalink
Updated completions-example model
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Dec 2, 2024
1 parent 94e84e0 commit 28b4613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/completions/completions-example.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func init() {
func main() {
prompt := "So long, and thanks for all the"
resp, _, err := completions.MakeModeratedRequest(&completions.Request{
Model: "text-ada-001",
Model: "gpt-3.5-turbo-instruct",
Prompt: []string{prompt},
MaxTokens: 5,
Echo: true,
Expand Down

0 comments on commit 28b4613

Please sign in to comment.