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
Corrected Default per_message_cost Value: Fixed an issue where the default value of per_message_cost was not set to -1, which unintentionally disabled input and output pricing for models. (Fixed #49)
Updated Functions for OpenWebUI v0.5.8+: Ensured compatibility with OpenWebUI v0.5.8 and later versions, thanks to @xinhai-ai@mbeltagy .
Accurate Token Consumption Calculation: System prompts and file token usage are now correctly accounted for, thanks to @xinhai-ai .