Skip to content

Commit

Permalink
Merge pull request #71 from janhq/chore/make-params-optional
Browse files Browse the repository at this point in the history
chore: make param optional
  • Loading branch information
Minh141120 authored Jan 23, 2025
2 parents aab30b5 + 7c50910 commit bcee75c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-model-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
default: "8b"
prompt_template:
description: "Prompt template for the model"
required: true
type: string
default: |
<|im_start|>system
Expand All @@ -24,7 +23,6 @@ on:
<|im_start|>assistant
stop_tokens:
description: "Stop tokens for the model (comma-separated, e.g., <|im_end|>,</s>)"
required: true
type: string
default: "<|im_end|>"
engine:
Expand Down

0 comments on commit bcee75c

Please sign in to comment.