Skip to content

Commit

Permalink
Merge pull request #11 from pstern-sl/patch-1
Browse files Browse the repository at this point in the history
Model logit_bias a float value
  • Loading branch information
Nutlope authored May 20, 2024
2 parents 816e40d + b51d110 commit 6052bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ components:
logit_bias:
type: object
additionalProperties:
type: string
type: float
description: The `logit_bias` parameter allows us to adjust the likelihood of specific tokens appearing in the generated output.
example: { '1024': -10.5, '105': 21.4 }
CompletionResponse:
Expand Down Expand Up @@ -840,7 +840,7 @@ components:
logit_bias:
type: object
additionalProperties:
type: string
type: float
description: The `logit_bias` parameter allows us to adjust the likelihood of specific tokens appearing in the generated output.
example: { '1024': -10.5, '105': 21.4 }
response_format:
Expand Down

0 comments on commit 6052bb6

Please sign in to comment.