From b2c6f8f20296be50039d912f7cfef330021a3384 Mon Sep 17 00:00:00 2001 From: sean1832 Date: Fri, 3 Mar 2023 23:07:46 +1100 Subject: [PATCH] chore: rename prompt token estimation --- Seanium_Brain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seanium_Brain.py b/Seanium_Brain.py index 34e088d..b308be9 100644 --- a/Seanium_Brain.py +++ b/Seanium_Brain.py @@ -155,7 +155,7 @@ with body: else: max_model_token = 2048 - st.markdown(f'Token estimation: `{st_tool.predict_token(query, prompt_core)}/{max_model_token}`') + st.markdown(f'Prompt token: `{st_tool.predict_token(query, prompt_core)}/{max_model_token}`') if send: st_tool.execute_brain(query, param,