Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added token limits to the listing #43

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

adubovik
Copy link
Contributor

Adds the following new parameters to the listing as part of the issue #34

  • limits.max_total_tokens (optional int) - the max number of shared tokens between prompt and completion parts
  • limits.max_prompt_tokens (optional int) - the max number of tokens in request that the model can accept
  • limits.max_completion_tokens (optional int) - the max number of tokens that the model can generate

@adubovik adubovik added the enhancement New feature or request label Nov 21, 2023
@adubovik adubovik self-assigned this Nov 21, 2023
@adubovik adubovik merged commit 5d7c839 into development Nov 21, 2023
5 checks passed
@adubovik adubovik deleted the feat/added-token-limits branch November 24, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants