[Question]: Mistral token count #1545
-
What is your question?Mistral API burns about 100 input tokens just for saying "hello". Am I doing something wrong? Is there any solution to correct this behaviour? More DetailsI did nothing more than creating the endpoint and starting a conversation. What is the main subject of your question?No response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
For the first response in a conversation: yes. It uses about that much to title the conversation. You can disable it by setting |
Beta Was this translation helpful? Give feedback.
-
I did set titleConvo: false. From what I can tell, for my every prompt, it also processes all the previous history of the conversation. I asked the API a simple 7 words question and my token count on Mistral platform immediately acounted about 600 input tokens which is all the conversation history combined. Is this the normal behavior? |
Beta Was this translation helpful? Give feedback.
For the first response in a conversation: yes. It uses about that much to title the conversation.
You can disable it by setting
titleConvo: false
in librechat.yaml