Skip to content

Commit

Permalink
Switched recommended text generation model to a model that supports m…
Browse files Browse the repository at this point in the history
…ore than 1 return sequence
  • Loading branch information
Kardbord committed Jul 14, 2023
1 parent 16fc2a9 commit 4caca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_generation.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
)

const RecommendedTextGenerationModel = "gpt2"
const RecommendedTextGenerationModel = "gpt2-large"

type TextGenerationRequest struct {
// (Required) a string to be generated from
Expand Down

0 comments on commit 4caca75

Please sign in to comment.