Skip to content

Commit

Permalink
Merge branch 'feat/model-runtime' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Dec 28, 2023
2 parents 4f3ff71 + f76a00f commit 3420454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameter_rules:
- name: max_tokens
use_template: max_tokens
required: true
default: 4000
default: 1000
min: 1
max: 4000
- name: presence_penalty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ parameter_rules:
- name: max_tokens
use_template: max_tokens
required: true
default: 192000
default: 8000
min: 1
max: 8000
max: 192000
- name: presence_penalty
use_template: presence_penalty
- name: frequency_penalty
Expand Down

0 comments on commit 3420454

Please sign in to comment.