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
Hi! I've been trying to use mikupad with my custom OpenAI API server, but I don't have a /v1/token/encode endpoint. I was adding it, but unsure what the request body looks like from mikupad's side, and what sort of response it expects.
The text was updated successfully, but these errors were encountered:
The /v1/token/encode endpoint belongs to the tabby API. The request is a JSON object with a single text field, and the response is a list of tokens. You can also add the /v1/internal/token-count endpoint, which returns a JSON object with a length field indicating the token count.
Hi! I've been trying to use mikupad with my custom OpenAI API server, but I don't have a
/v1/token/encode
endpoint. I was adding it, but unsure what the request body looks like from mikupad's side, and what sort of response it expects.The text was updated successfully, but these errors were encountered: