You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example server has a /tokenize endpoint which converts strings to tokens. I am storing the response from this endpoint to calculate the token length of an input (for context window reasons) so I'd also like a /detokenize to convert this back into a string for prompting reasons.
Current Behavior
No /detokenize endpoint.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The example server has a
/tokenize
endpoint which converts strings to tokens. I am storing the response from this endpoint to calculate the token length of an input (for context window reasons) so I'd also like a/detokenize
to convert this back into a string for prompting reasons.Current Behavior
No
/detokenize
endpoint.The text was updated successfully, but these errors were encountered: