larger allowed output
This commit is contained in:
parent
b3e6291ad6
commit
7a9e1da0e2
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ func ReplicateTextGeneration(prompt string) (string, error) {
|
|||
}
|
||||
|
||||
input := replicate.PredictionInput{
|
||||
"prompt": prompt,
|
||||
"prompt": prompt,
|
||||
"max_new_tokens": 4096,
|
||||
}
|
||||
webhook := replicate.Webhook{
|
||||
URL: "https://example.com/webhook",
|
||||
|
|
Loading…
Add table
Reference in a new issue