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 Jan 2, 2024
2 parents 514be14 + c66b5a2 commit 82a21f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameter_rules:
required: true
default: 2000
min: 1
max: 2000
max: 32000
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ parameter_rules:
- name: max_tokens
use_template: max_tokens
required: true
default: 2000
default: 256
min: 1
max: 2000
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ parameter_rules:
- name: max_tokens
use_template: max_tokens
required: true
default: 8000
default: 256
min: 1
max: 8000

0 comments on commit 82a21f6

Please sign in to comment.