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

Extend model listing API with limits (tokenize, rate endpoint) #54

Closed
adubovik opened this issue Nov 23, 2023 · 0 comments · Fixed by #47
Closed

Extend model listing API with limits (tokenize, rate endpoint) #54

adubovik opened this issue Nov 23, 2023 · 0 comments · Fixed by #47
Labels
enhancement New feature or request

Comments

@adubovik
Copy link
Contributor

All optionals

  • prompt_token_unit - (examples: gpt-3.5-turbo-0314, gpt-3.5-turbo-0613, chars (utf-8) and ...) defines the strategy for counting the number of tokens.
  • max_prompt_messages - is the max number of messages that the assistant is guaranteed to accept.
  • max_system_messages - is the max number of system messages that the assistant is guaranteed to accept.
  • tokenizer_endpoint - url to API that can tokenize input prompt. (add to open api website doc)
  • rate_endpoint - Pathtrough Upvote/Downvote to Application/Adapters #32
@adubovik adubovik added the enhancement New feature or request label Nov 23, 2023
@adubovik adubovik added this to AI DIAL Nov 23, 2023
@adubovik adubovik moved this to In Progress in AI DIAL Nov 23, 2023
@adubovik adubovik modified the milestone: 2023-11-29 Nov 24, 2023
@adubovik adubovik linked a pull request Nov 24, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in AI DIAL Nov 27, 2023
@VolhaBazhkova VolhaBazhkova removed this from AI DIAL Aug 30, 2024
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant