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 c785cfe + b3b9c64 commit 287b2f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/core/model_runtime/model_providers/openllm/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ def get_customizable_model_schema(self, model: str, credentials: dict) -> AIMode
name='top_k',
type=ParameterType.INT,
use_template='top_k',
min=1,
default=1,
label=I18nObject(
zh_Hans='Top K',
en_US='Top K'
Expand Down

0 comments on commit 287b2f6

Please sign in to comment.