Skip to content

Commit

Permalink
Increase default max_tokens for Mistral APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Oct 23, 2024
1 parent a3583e9 commit e10e31a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,7 @@ components:
minimum: 0
- type: 'null'
title: Max Tokens
default: 300
description: >-
The maximum number of tokens to generate in the completion. The
token count of your prompt plus `max_tokens` cannot exceed the
Expand Down Expand Up @@ -2176,6 +2177,7 @@ components:
minimum: 0
- type: 'null'
title: Max Tokens
default: 300
description: >-
The maximum number of tokens to generate in the completion. The
token count of your prompt plus `max_tokens` cannot exceed the
Expand Down Expand Up @@ -2424,6 +2426,7 @@ components:
minimum: 0
- type: 'null'
title: Max Tokens
default: 300
description: >-
The maximum number of tokens to generate in the completion. The
token count of your prompt plus `max_tokens` cannot exceed the
Expand Down

0 comments on commit e10e31a

Please sign in to comment.