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