3f2cd063 by Administrator

Merge branch '31531_apply_tokenization_on_other_llms' into 'master'

#32618 - The modal for max token limit displays the incorrect modal

See merge request !123
2 parents 526ac935 78a8d235
Pipeline #29879 for 3f2cd063 passed in 18 seconds
......@@ -158,7 +158,7 @@ function App() {
window.btutil_modalRegisterUpgrade(false);
return;
}
if(data && data.status === 'max-tokens') {
if(data && data.data.status === 'max-tokens') {
if(data.ent_member === 'yes') {
window.btutil_modalMaxTokenUpgradeEntMembers();
return;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!